Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp142 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/external/clang/lib/ARCMigrate/
DARCMT.cpp176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
419 PreprocessorOptions PPOpts; in getFileRemappings() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp297 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
898 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local
1265 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
DASTUnit.cpp250 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
687 PreprocessorOptions *PPOpts = new PreprocessorOptions(); in LoadFromASTFile() local
1964 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
2032 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
DFrontendAction.cpp264 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
DFrontendActions.cpp550 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp141 PreprocessorOptions PPOpts; in printResult() local
/external/clang/tools/libclang/
DIndexing.cpp419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local
606 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp170 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() local
/external/clang/lib/Lex/
DPreprocessor.cpp59 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp70 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
DCGDebugInfo.cpp1721 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
/external/clang/lib/Serialization/
DASTReader.cpp123 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions()
454 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
493 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
603 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
4180 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
4400 const TargetOptions &TargetOpts, const PreprocessorOptions &PPOpts, in isAcceptableASTFile()
4793 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
DASTWriter.cpp1407 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
/external/clang/include/clang/Lex/
DPreprocessor.h97 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; variable
/external/clang/include/clang/Serialization/
DASTReader.h173 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()