Home
last modified time | relevance | path

Searched defs:PPOpts (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp143 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/external/llvm-project/clang/unittests/Frontend/
DPCHPreambleTest.cpp90 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in ParseAST() local
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp264 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
DCompilerInstance.cpp171 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
DInitPreprocessor.cpp604 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
DFrontendAction.cpp724 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
/external/llvm-project/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/external/clang/lib/ARCMigrate/
DARCMT.cpp177 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
420 PreprocessorOptions PPOpts; in getFileRemappings() local
/external/clang/tools/arcmt-test/
Darcmt-test.cpp141 PreprocessorOptions PPOpts; in printResult() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp299 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
934 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local
1301 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
DASTUnit.cpp250 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
DFrontendAction.cpp282 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
DCompilerInvocation.cpp1473 PreprocessorOptions &PPOpts, in setLangDefaults()
1608 PreprocessorOptions &PPOpts, in ParseLangArgs()
DFrontendActions.cpp552 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp138 const PreprocessorOptions &PPOpts, in BackendConsumer()
163 const PreprocessorOptions &PPOpts, in BackendConsumer()
/external/clang/tools/libclang/
DIndexing.cpp364 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local
559 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp350 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local
590 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
/external/clang/lib/Lex/
DPreprocessor.cpp62 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp170 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() local
/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp507 auto &PPOpts = CI.getPreprocessorOpts(); in apply() local
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
/external/llvm-project/clang/lib/ARCMigrate/
DARCMT.cpp178 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
/external/clang/lib/CodeGen/
DCodeGenAction.cpp67 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
/external/clang/lib/Serialization/
DASTReader.cpp124 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

12