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

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 122 const FrontendOptions &FEOpts = CI.getFrontendOpts();
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.ASTMergeFiles.empty()
    [all...]
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 89 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts();
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();
114 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
116 if (FEOpts.FixToTemporaries)
121 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
122 FixItOpts->FixOnlyWarnings = FEOpts.FixOnlyWarnings
    [all...]
  /frameworks/compile/slang/
slang.cpp 196 clang::FrontendOptions FEOpts;
197 clang::InitializePreprocessor(*mPP, *PPOpts, FEOpts);

Completed in 66 milliseconds