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

/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp127 const FrontendOptions &FEOpts = CI.getFrontendOpts(); local
129 if (FEOpts.FixAndRecompile) {
137 switch (FEOpts.ARCMTAction) {
148 FEOpts.MTMigrateDir,
149 FEOpts.ARCMTMigrateReportOut,
150 FEOpts.ARCMTMigrateEmitARCErrors);
154 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) {
156 FEOpts.MTMigrateDir,
157 FEOpts.ObjCMTAction);
164 if (!FEOpts
[all...]
/external/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp91 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts(); local
92 if (!FEOpts.FixItSuffix.empty()) {
93 FixItOpts.reset(new FixItActionSuffixInserter(FEOpts.FixItSuffix,
94 FEOpts.FixWhatYouCan));
97 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
114 const FrontendOptions &FEOpts = CI.getFrontendOpts(); local
116 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
118 if (FEOpts.FixToTemporaries)
123 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
124 FixItOpts->FixOnlyWarnings = FEOpts
[all...]
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp363 const FrontendOptions &FEOpts,
505 const FrontendOptions &FEOpts,
895 if (FEOpts.ProgramAction == frontend::RunAnalysis)
901 if (FEOpts.ProgramAction == frontend::RewriteObjC ||
977 const FrontendOptions &FEOpts) {
993 InitializePredefinedMacros(*PP.getAuxTargetInfo(), LangOpts, FEOpts,
996 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts, Builder);
1018 FEOpts, Builder);
361 InitializeStandardPredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
503 InitializePredefinedMacros(const TargetInfo &TI, const LangOptions &LangOpts, const FrontendOptions &FEOpts, MacroBuilder &Builder) argument
974 InitializePreprocessor( Preprocessor &PP, const PreprocessorOptions &InitOpts, const PCHContainerReader &PCHContainerRdr, const FrontendOptions &FEOpts) argument
/external/clang/include/clang/Frontend/
H A DUtils.h68 const FrontendOptions &FEOpts);

Completed in 351 milliseconds