/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 89 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|
H A D | ASTUnit.h | 120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 262 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 D | CompilerInstance.cpp | 231 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 D | InitPreprocessor.cpp | 772 InitializePredefinedMacros(const TargetInfo & TI,const LangOptions & LangOpts,const FrontendOptions & FEOpts,const PreprocessorOptions & PPOpts,MacroBuilder & Builder) InitializePredefinedMacros() argument
|
H A D | FrontendAction.cpp | 777 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); BeginSourceFile() local
|
H A D | FrontendActions.cpp | 689 ReadPreprocessorOptions(const PreprocessorOptions & PPOpts,bool ReadMacros,bool Complain,std::string & SuggestedPredefines) ReadPreprocessorOptions() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 115 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 D | CGDebugInfo.cpp | 2868 const auto &PPOpts = CGM.getPreprocessorOpts(); getOrCreateModuleRef() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 79 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 D | ASTReader.cpp | 211 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 D | ASTWriter.cpp | 1520 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); WriteControlBlock() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 133 std::shared_ptr<PreprocessorOptions> PPOpts; global() variable
|