/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 143 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
|
/external/llvm-project/clang/unittests/Frontend/ |
D | PCHPreambleTest.cpp | 90 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in ParseAST() local
|
/external/llvm-project/clang/lib/Frontend/ |
D | ASTUnit.cpp | 264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local 521 PreprocessorOptions &PPOpts; member in __anon8e7ac3c80211::ASTInfoCollector 530 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() 557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 1763 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local 1843 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
|
D | CompilerInstance.cpp | 171 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local 390 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local 1078 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local 1525 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
|
D | InitPreprocessor.cpp | 604 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
|
D | FrontendAction.cpp | 724 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 177 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local 420 PreprocessorOptions PPOpts; in getFileRemappings() local
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 141 PreprocessorOptions PPOpts; in printResult() local
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 299 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local 934 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local 1301 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
|
D | ASTUnit.cpp | 250 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local 687 PreprocessorOptions *PPOpts = new PreprocessorOptions(); in LoadFromASTFile() local 1972 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local 2040 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
|
D | FrontendAction.cpp | 282 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
|
D | CompilerInvocation.cpp | 1473 PreprocessorOptions &PPOpts, in setLangDefaults() 1608 PreprocessorOptions &PPOpts, in ParseLangArgs()
|
D | FrontendActions.cpp | 552 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 138 const PreprocessorOptions &PPOpts, in BackendConsumer() 163 const PreprocessorOptions &PPOpts, in BackendConsumer()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 364 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local 559 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
|
/external/llvm-project/clang/tools/libclang/ |
D | Indexing.cpp | 350 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local 590 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 62 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 170 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() local
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Preamble.cpp | 507 auto &PPOpts = CI.getPreprocessorOpts(); in apply() local
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | ASTUnit.h | 120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|
/external/llvm-project/clang/lib/Lex/ |
D | Preprocessor.cpp | 79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 178 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 67 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 124 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 460 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions() 499 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() 609 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 4185 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 4405 const TargetOptions &TargetOpts, const PreprocessorOptions &PPOpts, in isAcceptableASTFile() 4816 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
|