/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 143 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 177 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local 420 PreprocessorOptions PPOpts; in getFileRemappings() local
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 141 PreprocessorOptions PPOpts; in printResult() local
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 299 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local 934 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local 1301 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
|
D | FrontendAction.cpp | 282 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
|
D | ASTUnit.cpp | 250 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
|
D | CompilerInvocation.cpp | 1473 PreprocessorOptions &PPOpts, in setLangDefaults() 1608 PreprocessorOptions &PPOpts, in ParseLangArgs()
|
D | FrontendActions.cpp | 552 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 364 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local 559 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 62 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 170 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 67 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
|
D | CGDebugInfo.cpp | 1844 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 124 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
|
D | ASTWriter.cpp | 1464 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 98 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; variable
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 174 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|