HomeSort by: relevance | last modified time | path
    Searched defs:FEOpts (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 143 const FrontendOptions &FEOpts = CI.getFrontendOpts();
145 if (FEOpts.FixAndRecompile) {
153 switch (FEOpts.ARCMTAction) {
164 FEOpts.MTMigrateDir,
165 FEOpts.ARCMTMigrateReportOut,
166 FEOpts.ARCMTMigrateEmitARCErrors);
170 if (FEOpts.ObjCMTAction != FrontendOptions::ObjCMT_None) {
172 FEOpts.MTMigrateDir,
173 FEOpts.ObjCMTAction);
180 if (!FEOpts.ASTMergeFiles.empty()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 97 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts();
98 if (!FEOpts.FixItSuffix.empty()) {
99 FixItOpts.reset(new FixItActionSuffixInserter(FEOpts.FixItSuffix,
100 FEOpts.FixWhatYouCan));
103 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
120 const FrontendOptions &FEOpts = CI.getFrontendOpts();
122 if (FixAction->BeginSourceFile(CI, FEOpts.Inputs[0])) {
124 if (FEOpts.FixToTemporaries)
129 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
130 FixItOpts->FixOnlyWarnings = FEOpts.FixOnlyWarnings
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 1502 const FrontendOptions &FEOpts = getFrontendOpts();
1514 /*AllowASTWithCompilerErrors=*/FEOpts.AllowPCMWithCompilerErrors,

Completed in 21 milliseconds