Searched defs:FEOpts (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp136 const FrontendOptions &FEOpts = CI.getFrontendOpts(); local
139 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 & FrontendOptions::ObjCMT_Literals,
166 FEOpts
[all...]
/external/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...]
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp288 const FrontendOptions &FEOpts,
330 const FrontendOptions &FEOpts,
627 if (FEOpts.ProgramAction == frontend::RewriteObjC)
631 if (FEOpts.ProgramAction == frontend::RunAnalysis)
728 const FrontendOptions &FEOpts) {
746 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts, Builder);
767 FEOpts, Builder);
286 InitializeStandardPredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
328 InitializePredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
725 InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &InitOpts, const HeaderSearchOptions &HSOpts, const FrontendOptions &FEOpts) argument

Completed in 109 milliseconds