/external/clang/include/clang/Lex/ |
D | PreprocessorOptions.h | 44 class PreprocessorOptions : public RefCountedBase<PreprocessorOptions> { 143 PreprocessorOptions() : UsePredefines(true), DetailedRecord(false), in PreprocessorOptions() function
|
D | Preprocessor.h | 60 class PreprocessorOptions; variable 97 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; 646 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, 678 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInvocation.h | 69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; 91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() 92 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
D | Utils.h | 50 class PreprocessorOptions; variable 65 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
|
D | CompilerInstance.h | 301 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() 304 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
/external/clang/include/clang/CodeGen/ |
D | ModuleBuilder.h | 30 class PreprocessorOptions; variable 48 const PreprocessorOptions &PreprocessorOpts,
|
D | CodeGenABITypes.h | 45 class PreprocessorOptions; variable 82 std::unique_ptr<PreprocessorOptions> PPO;
|
/external/clang/include/clang/ARCMigrate/ |
D | FileRemapper.h | 27 class PreprocessorOptions; variable 57 void applyMappings(PreprocessorOptions &PPOpts) const;
|
/external/clang/lib/CodeGen/ |
D | ModuleBuilder.cpp | 35 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 62 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl() 245 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
|
D | CodeGenABITypes.cpp | 32 PPO(new PreprocessorOptions), in CodeGenABITypes()
|
D | CodeGenModule.h | 73 class PreprocessorOptions; variable 263 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 489 const PreprocessorOptions &ppopts, 598 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
|
D | ObjectFilePCHContainerOperations.cpp | 48 const PreprocessorOptions &PreprocessorOpts;
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 170 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() 205 Preprocessor PP(new PreprocessorOptions(), Diags, OpenCLLangOpts, SourceMgr, in PragmaOpenCLExtensionCall()
|
D | PPConditionalDirectiveRecordTest.cpp | 98 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
|
D | LexerTest.cpp | 70 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in CheckLex()
|
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 83 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() 200 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() 298 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 249 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping() 297 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() 898 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() 922 PreprocessorOptions &ImportingPPOpts in compileModuleImpl() 925 ImportingPPOpts.FailedModules = new PreprocessorOptions::FailedModulesSet; in compileModuleImpl() 1265 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager()
|
D | ASTUnit.cpp | 250 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() 687 PreprocessorOptions *PPOpts = new PreprocessorOptions(); in LoadFromASTFile() 1110 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); in Parse() 1192 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble() 1350 PreprocessorOptions &PreprocessorOpts in getMainBufferWithPrecompiledPreamble() 1964 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() 2032 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() 2329 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
|
D | FrontendAction.cpp | 264 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 83 class PreprocessorOptions; variable 173 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 245 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 276 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 1506 const PreprocessorOptions &PPOpts,
|
/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 142 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() 419 PreprocessorOptions PPOpts; in getFileRemappings()
|
D | FileRemapper.cpp | 192 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 141 PreprocessorOptions PPOpts; in printResult()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() 606 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl()
|