Home
last modified time | relevance | path

Searched refs:PreprocessorOptions (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/include/clang/Lex/
DPreprocessorOptions.h44 class PreprocessorOptions : public RefCountedBase<PreprocessorOptions> {
143 PreprocessorOptions() : UsePredefines(true), DetailedRecord(false), in PreprocessorOptions() function
DPreprocessor.h59 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/
DCompilerInvocation.h69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts;
91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts()
92 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
DUtils.h49 class PreprocessorOptions; variable
65 const PreprocessorOptions &PPOpts,
DCompilerInstance.h293 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
296 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
/external/clang/include/clang/ARCMigrate/
DFileRemapper.h27 class PreprocessorOptions; variable
57 void applyMappings(PreprocessorOptions &PPOpts) const;
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp169 IntrusiveRefCntPtr<PreprocessorOptions> PPOpts = new PreprocessorOptions(); in InclusionDirectiveFilenameRange()
204 Preprocessor PP(new PreprocessorOptions(), Diags, OpenCLLangOpts, SourceMgr, in PragmaOpenCLExtensionCall()
DPPConditionalDirectiveRecordTest.cpp99 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F()
DLexerTest.cpp71 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in CheckLex()
/external/clang/unittests/Basic/
DSourceManagerTest.cpp84 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/
DClangForward.h97 class PreprocessorOptions; variable
/external/clang/lib/Frontend/
DCompilerInstance.cpp242 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()
DASTUnit.cpp249 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()
DFrontendAction.cpp263 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
DCompilerInvocation.cpp52 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()
DFrontendActions.cpp519 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
DInitPreprocessor.cpp893 const PreprocessorOptions &InitOpts, in InitializePreprocessor()
/external/clang/include/clang/Serialization/
DASTReader.h79 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/
DFrontendActions.cpp141 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
/external/clang/lib/ARCMigrate/
DARCMT.cpp172 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration()
414 PreprocessorOptions PPOpts; in getFileRemappings()
DFileRemapper.cpp192 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp139 PreprocessorOptions PPOpts; in printResult()
/external/clang/tools/libclang/
DIndexing.cpp419 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer()
628 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl()
/external/clang/lib/Serialization/
DASTReader.cpp121 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/
DPreprocessor.cpp58 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, in Preprocessor()

12