Searched defs:PPOpts (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 141 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 172 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local 414 PreprocessorOptions PPOpts; in getFileRemappings() local
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 139 PreprocessorOptions PPOpts; in printResult() local
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 290 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local 872 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local 1261 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
|
D | FrontendAction.cpp | 263 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
|
D | ASTUnit.cpp | 249 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
|
D | FrontendActions.cpp | 519 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 58 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local 628 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 169 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() local
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 121 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
|
D | ASTWriter.cpp | 1363 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 96 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; variable
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 169 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|