Searched refs:InitializePreprocessor (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | Utils.h | 50 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | Utils.h | 50 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | Utils.h | 50 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | Utils.h | 49 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | Utils.h | 66 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang.cpp | 194 clang::InitializePreprocessor(*mPP, getPreprocessorOpts(), *Reader, FEOpts); in createPreprocessor()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 974 void clang::InitializePreprocessor( in InitializePreprocessor() function in clang
|
H A D | CompilerInstance.cpp | 333 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
|