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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp70 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) argument
72 this->FixWhatYouCan = FixWhatYouCan;
100 FEOpts.FixWhatYouCan));
103 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
129 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan;
H A DFixItRewriter.cpp80 if (NumFailures > 0 && !FixItOpts->FixWhatYouCan) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h51 bool FixWhatYouCan = false; member in class:clang::FixItOptions
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h255 unsigned FixWhatYouCan : 1;
442 ShowVersion(false), FixWhatYouCan(false), FixOnlyWarnings(false),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1884 Opts.FixWhatYouCan = Args.hasArg(OPT_fix_what_you_can);

Completed in 126 milliseconds