/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 | 59 class PreprocessorOptions; variable 96 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts; 469 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, 498 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 | 49 class PreprocessorOptions; variable 65 const PreprocessorOptions &PPOpts,
|
D | CompilerInstance.h | 293 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() 296 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
/external/clang/include/clang/ARCMigrate/ |
D | FileRemapper.h | 27 class PreprocessorOptions; variable 57 void applyMappings(PreprocessorOptions &PPOpts) const;
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 169 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange() 204 Preprocessor PP(new PreprocessorOptions(), Diags, OpenCLLangOpts, SourceMgr, in PragmaOpenCLExtensionCall()
|
D | PPConditionalDirectiveRecordTest.cpp | 99 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
|
D | LexerTest.cpp | 71 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in CheckLex()
|
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 84 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() 201 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() 299 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
|
/external/lldb/include/lldb/Core/ |
D | ClangForward.h | 97 class PreprocessorOptions; variable
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 242 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping() 290 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() 872 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in compileModuleImpl() 896 PreprocessorOptions &ImportingPPOpts in compileModuleImpl() 899 ImportingPPOpts.FailedModules = new PreprocessorOptions::FailedModulesSet; in compileModuleImpl() 1261 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createModuleManager()
|
D | ASTUnit.cpp | 249 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() 683 PreprocessorOptions *PPOpts = new PreprocessorOptions(); in LoadFromASTFile() 1093 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); in Parse() 1175 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble() 1332 PreprocessorOptions &PreprocessorOpts in getMainBufferWithPrecompiledPreamble() 1938 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() 2001 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() 2300 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
|
D | FrontendAction.cpp | 263 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
|
D | CompilerInvocation.cpp | 52 PreprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase() 60 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {} in CompilerInvocationBase() 1676 static void ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs() 1973 const PreprocessorOptions &ppOpts = getPreprocessorOpts(); in getModuleHash()
|
D | FrontendActions.cpp | 519 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
D | InitPreprocessor.cpp | 893 const PreprocessorOptions &InitOpts, in InitializePreprocessor()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 79 class PreprocessorOptions; variable 169 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 236 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 264 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 1507 const PreprocessorOptions &PPOpts,
|
/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 141 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 172 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() 414 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 | 139 PreprocessorOptions PPOpts; in printResult()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() 628 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl()
|
/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() 476 const PreprocessorOptions &ExistingPPOpts, in checkPreprocessorOptions() 585 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 588 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() 4213 const PreprocessorOptions &ExistingPPOpts; 4220 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() 4248 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 4455 const PreprocessorOptions &PPOpts, in isAcceptableASTFile() [all …]
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 58 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()
|