Searched refs:FixWhatYouCan (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp61 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) argument
63 this->FixWhatYouCan = FixWhatYouCan;
92 FEOpts.FixWhatYouCan));
95 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
121 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
H A DFixItRewriter.cpp77 if (NumFailures > 0 && !FixItOpts->FixWhatYouCan) {
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h30 FixItOptions() : FixWhatYouCan(false),
45 bool FixWhatYouCan; member in class:clang::FixItOptions
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h129 unsigned FixWhatYouCan : 1; ///< Apply fixes even if there are
242 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false),
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp763 Opts.FixWhatYouCan = Args.hasArg(OPT_fix_what_you_can);

Completed in 115 milliseconds