Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp143 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/external/clang/tools/arcmt-test/
Darcmt-test.cpp141 PreprocessorOptions PPOpts; in printResult() local
/external/clang/lib/ARCMigrate/
DARCMT.cpp177 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
420 PreprocessorOptions PPOpts; in getFileRemappings() 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
DFrontendAction.cpp282 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() 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
DCompilerInvocation.cpp1473 PreprocessorOptions &PPOpts, in setLangDefaults()
1608 PreprocessorOptions &PPOpts, in ParseLangArgs()
DFrontendActions.cpp552 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/external/clang/tools/libclang/
DIndexing.cpp364 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local
559 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/clang/lib/CodeGen/
DCodeGenAction.cpp67 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
DCGDebugInfo.cpp1844 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
/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
DASTWriter.cpp1464 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
/external/clang/include/clang/Lex/
DPreprocessor.h98 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; variable
/external/clang/include/clang/Serialization/
DASTReader.h174 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()