/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | CompilerInvocation.h | 51 class PreprocessorOptions; variable 89 std::shared_ptr<PreprocessorOptions> PPOpts; 135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() 248 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts() 271 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr() 375 PreprocessorOptions &getMutPreprocessorOpts();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | CompilerInvocation.h | 51 class PreprocessorOptions; variable 89 std::shared_ptr<PreprocessorOptions> PPOpts; 135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() 253 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts() 276 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr() 381 PreprocessorOptions &getMutPreprocessorOpts();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | CompilerInvocation.h | 51 class PreprocessorOptions; variable 89 std::shared_ptr<PreprocessorOptions> PPOpts; 135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() 253 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts() 276 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr() 381 PreprocessorOptions &getMutPreprocessorOpts();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | CompilerInvocation.h | 51 class PreprocessorOptions; variable 89 std::shared_ptr<PreprocessorOptions> PPOpts; 135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts() 253 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts() 276 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr() 381 PreprocessorOptions &getMutPreprocessorOpts();
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 70 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; 92 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() 93 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts() 161 const llvm::Triple &T, PreprocessorOptions &PPOpts,
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | PreprocessorOptions.h | 44 class PreprocessorOptions : public RefCountedBase<PreprocessorOptions> { 143 PreprocessorOptions() : UsePredefines(true), DetailedRecord(false), in PreprocessorOptions() function
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang.h | 64 class PreprocessorOptions; variable 136 llvm::IntrusiveRefCntPtr<clang::PreprocessorOptions> mPPOpts; 202 clang::PreprocessorOptions &getPreprocessorOpts() { return *mPPOpts; } in getPreprocessorOpts()
|
D | slang_backend.h | 49 class PreprocessorOptions; variable 169 const clang::PreprocessorOptions &PreprocessorOpts,
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 37 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 72 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl() 315 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
|
/aosp_15_r20/external/clang/include/clang/CodeGen/ |
H A D | ModuleBuilder.h | 33 class PreprocessorOptions; variable 90 const PreprocessorOptions &PreprocessorOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/ |
D | ModuleBuilder.h | 38 class PreprocessorOptions; variable 108 const PreprocessorOptions &PreprocessorOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/ |
D | ModuleBuilder.h | 38 class PreprocessorOptions; variable 108 const PreprocessorOptions &PreprocessorOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/ |
D | ModuleBuilder.h | 38 class PreprocessorOptions; variable 108 const PreprocessorOptions &PreprocessorOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/ |
D | ModuleBuilder.h | 38 class PreprocessorOptions; variable 108 const PreprocessorOptions &PreprocessorOpts,
|
/aosp_15_r20/external/clang/unittests/Lex/ |
H A D | PPCallbacksTest.cpp | 170 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() 205 Preprocessor PP(new PreprocessorOptions(), Diags, OpenCLLangOpts, SourceMgr, in PragmaOpenCLExtensionCall()
|
/aosp_15_r20/external/clang/include/clang/ARCMigrate/ |
H A D | FileRemapper.h | 27 class PreprocessorOptions; variable 57 void applyMappings(PreprocessorOptions &PPOpts) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ARCMigrate/ |
D | FileRemapper.h | 28 class PreprocessorOptions; variable 58 void applyMappings(PreprocessorOptions &PPOpts) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ARCMigrate/ |
D | FileRemapper.h | 28 class PreprocessorOptions; variable 58 void applyMappings(PreprocessorOptions &PPOpts) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ARCMigrate/ |
D | FileRemapper.h | 28 class PreprocessorOptions; variable 58 void applyMappings(PreprocessorOptions &PPOpts) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ARCMigrate/ |
D | FileRemapper.h | 28 class PreprocessorOptions; variable 58 void applyMappings(PreprocessorOptions &PPOpts) const;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | PreprocessorOptions.h | 66 class PreprocessorOptions { 212 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | PreprocessorOptions.h | 66 class PreprocessorOptions { 234 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | PreprocessorOptions.h | 66 class PreprocessorOptions { 234 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | PreprocessorOptions.h | 66 class PreprocessorOptions { 234 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
|
/aosp_15_r20/external/clang/unittests/Basic/ |
H A D | SourceManagerTest.cpp | 83 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() 203 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() 303 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
|