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;
94 FEOpts.FixWhatYouCan));
97 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
123 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
FixItRewriter.cpp 77 if (NumFailures > 0 && !FixItOpts->FixWhatYouCan) {
  /external/clang/tools/clang-check/
ClangCheck.cpp 69 static cl::opt<bool> FixWhatYouCan(
80 FixWhatYouCan = ::FixWhatYouCan;
  /external/clang/include/clang/Frontend/
FrontendOptions.h 129 unsigned FixWhatYouCan : 1; ///< Apply fixes even if there are
214 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false),
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 707 Opts.FixWhatYouCan = Args.hasArg(OPT_fix_what_you_can);
    [all...]

Completed in 42 milliseconds