/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 142 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local 419 PreprocessorOptions PPOpts; in getFileRemappings() local
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 297 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local 898 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() local 1265 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager() local
|
D | ASTUnit.cpp | 250 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
|
D | FrontendAction.cpp | 264 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
|
D | FrontendActions.cpp | 550 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 141 PreprocessorOptions PPOpts; in printResult() local
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local 606 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 170 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() local
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 59 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 70 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
|
D | CGDebugInfo.cpp | 1721 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 123 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
|
D | ASTWriter.cpp | 1407 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 97 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; variable
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 173 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|