Searched refs:FEOpts (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 150 const FrontendOptions &FEOpts = CI.getFrontendOpts(); in CreateFrontendAction() local 152 if (FEOpts.FixAndRecompile) { in CreateFrontendAction() 160 switch (FEOpts.ARCMTAction) { in CreateFrontendAction() 171 FEOpts.MTMigrateDir, in CreateFrontendAction() 172 FEOpts.ARCMTMigrateReportOut, in CreateFrontendAction() 173 FEOpts.ARCMTMigrateEmitARCErrors); in CreateFrontendAction() 177 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) { in CreateFrontendAction() 179 FEOpts.MTMigrateDir, in CreateFrontendAction() 180 FEOpts.ObjCMTAction); in CreateFrontendAction() 188 if (FEOpts.EmitSymbolGraph) { in CreateFrontendAction() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 388 const FrontendOptions &FEOpts, in InitializeStandardPredefinedMacros() argument 853 const FrontendOptions &FEOpts, in InitializePredefinedMacros() argument 1404 if (FEOpts.ProgramAction == frontend::RewriteObjC || in InitializePredefinedMacros() 1529 const FrontendOptions &FEOpts, in InitializePreprocessor() argument 1549 InitializePredefinedMacros(*PP.getAuxTargetInfo(), LangOpts, FEOpts, in InitializePreprocessor() 1552 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts, in InitializePreprocessor() 1575 FEOpts, Builder); in InitializePreprocessor()
|
H A D | CompilerInstance.cpp | 1726 const FrontendOptions &FEOpts = getFrontendOpts(); in createASTReader() local 1738 /*AllowASTWithCompilerErrors=*/FEOpts.AllowPCMWithCompilerErrors, in createASTReader()
|