Searched refs:FEOpts (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp122 const FrontendOptions &FEOpts = CI.getFrontendOpts(); local
124 if (FEOpts.FixAndRecompile) {
132 switch (FEOpts.ARCMTAction) {
143 FEOpts.MTMigrateDir,
144 FEOpts.ARCMTMigrateReportOut,
145 FEOpts.ARCMTMigrateEmitARCErrors);
149 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) {
150 Act = new arcmt::ObjCMigrateAction(Act, FEOpts.MTMigrateDir,
151 FEOpts.ObjCMTAction);
158 if (!FEOpts
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp90 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); local
91 if (!FEOpts.FixItSuffix.empty()) {
92 FixItOpts.reset(new FixItActionSuffixInserter(FEOpts.FixItSuffix,
93 FEOpts.FixWhatYouCan));
96 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
113 const FrontendOptions &FEOpts = CI.getFrontendOpts(); local
115 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
117 if (FEOpts.FixToTemporaries)
122 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
123 FixItOpts->FixOnlyWarnings = FEOpts
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp363 const FrontendOptions &FEOpts,
472 const FrontendOptions &FEOpts,
862 if (FEOpts.ProgramAction == frontend::RunAnalysis)
868 if (FEOpts.ProgramAction == frontend::RewriteObjC ||
918 const FrontendOptions &FEOpts) {
934 InitializePredefinedMacros(*PP.getAuxTargetInfo(), LangOpts, FEOpts,
937 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts, Builder);
959 FEOpts, Builder);
361 InitializeStandardPredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
470 InitializePredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
915 InitializePreprocessor( Preprocessor &PP, const PreprocessorOptions &InitOpts, const PCHContainerReader &PCHContainerRdr, const FrontendOptions &FEOpts) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h67 const FrontendOptions &FEOpts);

Completed in 105 milliseconds