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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h30 FixItOptions() : InPlace(false), FixWhatYouCan(false),
49 bool FixWhatYouCan; member in class:clang::FixItOptions
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp62 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) argument
64 this->FixWhatYouCan = FixWhatYouCan;
93 FEOpts.FixWhatYouCan));
96 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
122 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
H A DFixItRewriter.cpp76 if (NumFailures > 0 && !FixItOpts->FixWhatYouCan) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h132 unsigned FixWhatYouCan : 1; ///< Apply fixes even if there are
273 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false),
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1053 Opts.FixWhatYouCan = Args.hasArg(OPT_fix_what_you_can);

Completed in 142 milliseconds