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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp135 const FrontendOptions &FEOpts = CI.getFrontendOpts(); local
138 if (FEOpts.FixAndRecompile) {
146 switch (FEOpts.ARCMTAction) {
157 FEOpts.MTMigrateDir,
158 FEOpts.ARCMTMigrateReportOut,
159 FEOpts.ARCMTMigrateEmitARCErrors);
163 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) {
164 Act = new arcmt::ObjCMigrateAction(Act, FEOpts.MTMigrateDir,
165 FEOpts.ObjCMTAction);
172 if (!FEOpts
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp89 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); local
90 if (!FEOpts.FixItSuffix.empty()) {
91 FixItOpts.reset(new FixItActionSuffixInserter(FEOpts.FixItSuffix,
92 FEOpts.FixWhatYouCan));
95 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
112 const FrontendOptions &FEOpts = CI.getFrontendOpts(); local
114 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
116 if (FEOpts.FixToTemporaries)
121 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
122 FixItOpts->FixOnlyWarnings = FEOpts
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h63 const FrontendOptions &FEOpts);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp301 const FrontendOptions &FEOpts,
383 const FrontendOptions &FEOpts,
699 if (FEOpts.ProgramAction == frontend::RewriteObjC)
703 if (FEOpts.ProgramAction == frontend::RunAnalysis)
800 const FrontendOptions &FEOpts) {
818 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts, Builder);
839 FEOpts, Builder);
299 InitializeStandardPredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
381 InitializePredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
797 InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &InitOpts, const HeaderSearchOptions &HSOpts, const FrontendOptions &FEOpts) argument

Completed in 187 milliseconds