Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp262 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); ~ASTUnit() local
520 PreprocessorOptions &PPOpts; global() member in __anonfca0bc830211::ASTInfoCollector
530 ASTInfoCollector(Preprocessor & PP,ASTContext * Context,HeaderSearchOptions & HSOpts,PreprocessorOptions & PPOpts,LangOptions & LangOpt,std::shared_ptr<TargetOptions> & TargetOpts,IntrusiveRefCntPtr<TargetInfo> & Target,unsigned & Counter) ASTInfoCollector() argument
588 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
1789 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); LoadFromCommandLine() local
1868 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); Reparse() local
[all...]
H A DCompilerInstance.cpp231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local
447 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); createPreprocessor() local
1174 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); global() local
1690 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); createASTReader() local
[all...]
H A DInitPreprocessor.cpp772 InitializePredefinedMacros(const TargetInfo & TI,const LangOptions & LangOpts,const FrontendOptions & FEOpts,const PreprocessorOptions & PPOpts,MacroBuilder & Builder) InitializePredefinedMacros() argument
H A DFrontendAction.cpp777 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); BeginSourceFile() local
H A DFrontendActions.cpp689 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp115 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer() argument
143 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.cpp2868 const auto &PPOpts = CGM.getPreprocessorOpts(); getOrCreateModuleRef() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp79 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...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp211 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
609 collectMacroDefinitions(const PreprocessorOptions & PPOpts,MacroDefinitionsMap & Macros,SmallVectorImpl<StringRef> * MacroNames=nullptr) collectMacroDefinitions() argument
661 checkPreprocessorOptions(const PreprocessorOptions & PPOpts,const PreprocessorOptions & ExistingPPOpts,bool ReadMacros,DiagnosticsEngine * Diags,FileManager & FileMgr,std::string & SuggestedPredefines,const LangOptions & LangOpts,OptionValidation Validation=OptionValidateContradictions) checkPreprocessorOptions() argument
811 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
822 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
839 checkHeaderSearchOptions(const HeaderSearchOptions & HSOpts,StringRef SpecificModuleCachePath,StringRef ExistingModuleCachePath,DiagnosticsEngine * Diags,const LangOptions & LangOpts,const PreprocessorOptions & PPOpts) checkHeaderSearchOptions() argument
5384 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
5695 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
6169 PreprocessorOptions PPOpts; ParsePreprocessorOptions() local
[all...]
H A DASTWriter.cpp1520 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); WriteControlBlock() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h133 std::shared_ptr<PreprocessorOptions> PPOpts; global() variable