Searched defs:FEOpts (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 150 const FrontendOptions &FEOpts = CI.getFrontendOpts(); CreateFrontendAction() local [all...] |
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 97 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); in BeginSourceFileAction() local 120 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in BeginInvocation() local [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 383 InitializeStandardPredefinedMacros(const TargetInfo & TI,const LangOptions & LangOpts,const FrontendOptions & FEOpts,MacroBuilder & Builder) InitializeStandardPredefinedMacros() argument 847 InitializePredefinedMacros(const TargetInfo & TI,const LangOptions & LangOpts,const FrontendOptions & FEOpts,const PreprocessorOptions & PPOpts,MacroBuilder & Builder) InitializePredefinedMacros() argument 1519 InitializePreprocessor(Preprocessor & PP,const PreprocessorOptions & InitOpts,const PCHContainerReader & PCHContainerRdr,const FrontendOptions & FEOpts,const CodeGenOptions & CodeGenOpts) InitializePreprocessor() argument
|
H A D | CompilerInstance.cpp | 1726 const FrontendOptions &FEOpts = getFrontendOpts(); createASTReader() local
|
/llvm-project/clang/tools/clang-installapi/ |
H A D | Options.h | 174 FrontendOptions FEOpts; variable
|
/llvm-project/clang/tools/clang-scan-deps/ |
H A D | ClangScanDeps.cpp | 746 FrontendOptions &FEOpts = CI->getFrontendOpts(); getCompilationDatabase() local
|