HomeSort by relevance Sort by last modified time
    Searched refs:FEOpts (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 134 const FrontendOptions &FEOpts = CI.getFrontendOpts();
137 if (FEOpts.FixAndRecompile) {
144 switch (FEOpts.ARCMTAction) {
155 FEOpts.MTMigrateDir,
156 FEOpts.ARCMTMigrateReportOut,
157 FEOpts.ARCMTMigrateEmitARCErrors);
161 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) {
162 Act = new arcmt::ObjCMigrateAction(Act, FEOpts.MTMigrateDir,
163 FEOpts.ObjCMTAction & ~FrontendOptions::ObjCMT_Literals,
164 FEOpts.ObjCMTAction & ~FrontendOptions::ObjCMT_Subscripting)
    [all...]
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 91 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts();
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();
116 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
118 if (FEOpts.FixToTemporaries)
123 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
124 FixItOpts->FixOnlyWarnings = FEOpts.FixOnlyWarnings
    [all...]
  /external/clang/include/clang/Frontend/
Utils.h 58 const FrontendOptions &FEOpts);
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 288 const FrontendOptions &FEOpts,
329 const FrontendOptions &FEOpts,
625 if (FEOpts.ProgramAction == frontend::RewriteObjC)
629 if (FEOpts.ProgramAction == frontend::RunAnalysis)
726 const FrontendOptions &FEOpts) {
744 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts, Builder);
765 FEOpts, Builder);
    [all...]

Completed in 38 milliseconds