Home
last modified time | relevance | path

Searched defs:PPOpts (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/unittests/Lex/
H A DPPDependencyDirectivesTest.cpp119 auto PPOpts = std::make_shared<PreprocessorOptions>(); in TEST_F() local
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h89 std::shared_ptr<PreprocessorOptions> PPOpts; variable
H A DASTUnit.h120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
/llvm-project/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp94 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in ParseAST() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local
521 PreprocessorOptions &PPOpts; member in __anone893c5040211::ASTInfoCollector
531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() argument
599 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
1802 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); LoadFromCommandLine() local
1881 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); Reparse() local
[all...]
H A DCompilerInstance.cpp231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); collectIncludePCH() local
446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); createPreprocessor() local
1185 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); global() local
1725 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); createASTReader() local
[all...]
H A DInitPreprocessor.cpp848 InitializePredefinedMacros(const TargetInfo & TI,const LangOptions & LangOpts,const FrontendOptions & FEOpts,const PreprocessorOptions & PPOpts,MacroBuilder & Builder) InitializePredefinedMacros() argument
H A DFrontendAction.cpp786 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in BeginSourceFile() local
H A DFrontendActions.cpp719 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp115 BackendConsumer(BackendAction Action,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,const HeaderSearchOptions & HeaderSearchOpts,const PreprocessorOptions & PPOpts,const CodeGenOptions & CodeGenOpts,const TargetOptions & TargetOpts,const LangOptions & LangOpts,const std::string & InFile,SmallVector<LinkModule,4> LinkModules,std::unique_ptr<raw_pwrite_stream> OS,LLVMContext & C,CoverageSourceInfo * CoverageInfo) BackendConsumer() argument
140 BackendConsumer(BackendAction Action,DiagnosticsEngine & Diags,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,const HeaderSearchOptions & HeaderSearchOpts,const PreprocessorOptions & PPOpts,const CodeGenOptions & CodeGenOpts,const TargetOptions & TargetOpts,const LangOptions & LangOpts,llvm::Module * Module,SmallVector<LinkModule,4> LinkModules,LLVMContext & C,CoverageSourceInfo * CoverageInfo) BackendConsumer() argument
H A DCGDebugInfo.cpp2994 const auto &PPOpts = CGM.getPreprocessorOpts(); getOrCreateModuleRef() local
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp349 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); CreateASTConsumer() local
592 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); clang_indexSourceFile_Impl() local
/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp248 static void canonicalizeDefines(PreprocessorOptions &PPOpts) { in canonicalizeDefines() argument
/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp83 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,DiagnosticsEngine & diags,const LangOptions & opts,SourceManager & SM,HeaderSearch & Headers,ModuleLoader & TheModuleLoader,IdentifierInfoLookup * IILookup,bool OwnsHeaders,TranslationUnitKind TUKind) Preprocessor() argument
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DPreamble.cpp928 auto &PPOpts = CI.getPreprocessorOpts(); apply() local
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp216 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
614 collectMacroDefinitions(const PreprocessorOptions & PPOpts,MacroDefinitionsMap & Macros,SmallVectorImpl<StringRef> * MacroNames=nullptr) collectMacroDefinitions() argument
666 checkPreprocessorOptions(const PreprocessorOptions & PPOpts,const PreprocessorOptions & ExistingPPOpts,bool ReadMacros,DiagnosticsEngine * Diags,FileManager & FileMgr,std::string & SuggestedPredefines,const LangOptions & LangOpts,OptionValidation Validation=OptionValidateContradictions) checkPreprocessorOptions() argument
816 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
827 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
844 checkModuleCachePath(llvm::vfs::FileSystem & VFS,StringRef SpecificModuleCachePath,StringRef ExistingModuleCachePath,DiagnosticsEngine * Diags,const LangOptions & LangOpts,const PreprocessorOptions & PPOpts) checkModuleCachePath() argument
5389 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
5701 isAcceptableASTFile(StringRef Filename,FileManager & FileMgr,const InMemoryModuleCache & ModuleCache,const PCHContainerReader & PCHContainerRdr,const LangOptions & LangOpts,const TargetOptions & TargetOpts,const PreprocessorOptions & PPOpts,StringRef ExistingModuleCachePath,bool RequireStrictOptionMatches) isAcceptableASTFile() argument
6175 PreprocessorOptions PPOpts; ParsePreprocessorOptions() local
[all...]
H A DASTWriter.cpp1633 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); WriteControlBlock() local
[all...]
/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h202 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h142 std::shared_ptr<PreprocessorOptions> PPOpts; global() variable