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 138 const FrontendOptions &FEOpts = CI.getFrontendOpts();
141 if (FEOpts.FixAndRecompile) {
150 switch (FEOpts.ARCMTAction) {
161 FEOpts.MTMigrateDir,
162 FEOpts.ARCMTMigrateReportOut,
163 FEOpts.ARCMTMigrateEmitARCErrors);
167 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) {
168 Act = new arcmt::ObjCMigrateAction(Act, FEOpts.MTMigrateDir,
169 FEOpts.ObjCMTAction);
176 if (!FEOpts.ASTMergeFiles.empty()
    [all...]
  /external/clang/lib/Rewrite/Frontend/
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 220 clang::FrontendOptions FEOpts;
221 clang::InitializePreprocessor(*mPP, *PPOpts, FEOpts);

Completed in 118 milliseconds