Searched defs:PPOpts (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); local
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h89 std::shared_ptr<PreprocessorOptions> PPOpts; member in class:clang::CompilerInvocationBase
H A DASTUnit.h120 std::shared_ptr<PreprocessorOptions> PPOpts; member in class:clang::ASTUnit
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); local
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp769 InitializePredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, const PreprocessorOptions &PPOpts, MacroBuilder &Builder) argument
H A DFrontendAction.cpp777 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); local
H A DCompilerInstance.cpp231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); local
447 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); local
1174 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
1690 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); local
[all...]
H A DASTUnit.cpp262 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
520 PreprocessorOptions &PPOpts; member in class:__anon606::ASTInfoCollector
529 ASTInfoCollector(Preprocessor &PP, ASTContext *Context, HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, LangOptions &LangOpt, std::shared_ptr<TargetOptions> &TargetOpts, IntrusiveRefCntPtr<TargetInfo> &Target, unsigned &Counter) argument
1789 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); local
1868 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp112 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) 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) argument
H A DCGDebugInfo.cpp2868 const auto &PPOpts = CGM.getPreprocessorOpts(); local
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1520 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); local
[all...]
H A DASTReader.cpp609 collectMacroDefinitions(const PreprocessorOptions &PPOpts, argument
210 ReadPreprocessorOptions( const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, std::string &SuggestedPredefines) argument
660 checkPreprocessorOptions( const PreprocessorOptions &PPOpts, const PreprocessorOptions &ExistingPPOpts, bool ReadMacros, DiagnosticsEngine *Diags, FileManager &FileMgr, std::string &SuggestedPredefines, const LangOptions &LangOpts, OptionValidation Validation = OptionValidateContradictions) argument
811 ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, std::string &SuggestedPredefines) argument
821 ReadPreprocessorOptions( const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, std::string &SuggestedPredefines) argument
834 checkHeaderSearchOptions(const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, StringRef ExistingModuleCachePath, DiagnosticsEngine *Diags, const LangOptions &LangOpts, const PreprocessorOptions &PPOpts) argument
5690 isAcceptableASTFile(StringRef Filename, FileManager &FileMgr, const InMemoryModuleCache &ModuleCache, const PCHContainerReader &PCHContainerRdr, const LangOptions &LangOpts, const TargetOptions &TargetOpts, const PreprocessorOptions &PPOpts, StringRef ExistingModuleCachePath, bool RequireStrictOptionMatches) argument
6169 PreprocessorOptions PPOpts; local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h133 std::shared_ptr<PreprocessorOptions> PPOpts; member in class:clang::Preprocessor

Completed in 182 milliseconds