Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp141 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/external/clang/lib/ARCMigrate/
DARCMT.cpp172 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
414 PreprocessorOptions PPOpts; in getFileRemappings() local
/external/clang/tools/arcmt-test/
Darcmt-test.cpp139 PreprocessorOptions PPOpts; in printResult() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp290 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local
872 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local
1261 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
DFrontendAction.cpp263 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
DASTUnit.cpp249 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
683 PreprocessorOptions *PPOpts = new PreprocessorOptions(); in LoadFromASTFile() local
1938 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local
2001 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
DFrontendActions.cpp519 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/external/clang/lib/Lex/
DPreprocessor.cpp58 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
/external/clang/tools/libclang/
DIndexing.cpp419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local
628 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp169 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() local
/external/clang/lib/Serialization/
DASTReader.cpp121 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions()
436 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
475 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
585 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
4248 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
4455 const PreprocessorOptions &PPOpts, in isAcceptableASTFile()
4844 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
DASTWriter.cpp1363 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
/external/clang/include/clang/Lex/
DPreprocessor.h96 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; variable
/external/clang/include/clang/Serialization/
DASTReader.h169 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()