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() : FixWhatYouCan(false),
45 bool FixWhatYouCan;
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 61 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan)
63 this->FixWhatYouCan = FixWhatYouCan;
92 FEOpts.FixWhatYouCan));
95 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
121 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
FixItRewriter.cpp 77 if (NumFailures > 0 && !FixItOpts->FixWhatYouCan) {
  /external/clang/include/clang/Frontend/
FrontendOptions.h 130 unsigned FixWhatYouCan : 1; ///< Apply fixes even if there are
246 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false),
  /external/clang/tools/clang-check/
ClangCheck.cpp 75 static cl::opt<bool> FixWhatYouCan(
96 FixWhatYouCan = ::FixWhatYouCan;
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 2885 milliseconds