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

  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 30 FixItOptions() : InPlace(false), FixWhatYouCan(false),
49 bool FixWhatYouCan;
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 62 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan)
64 this->FixWhatYouCan = FixWhatYouCan;
93 FEOpts.FixWhatYouCan));
96 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
122 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
FixItRewriter.cpp 76 if (NumFailures > 0 && !FixItOpts->FixWhatYouCan) {
  /external/clang/tools/clang-check/
ClangCheck.cpp 78 static cl::opt<bool> FixWhatYouCan(
90 FixWhatYouCan = ::FixWhatYouCan;
  /external/clang/include/clang/Frontend/
FrontendOptions.h 132 unsigned FixWhatYouCan : 1; ///< Apply fixes even if there are
273 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false),
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 184 milliseconds