Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp69 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) in FixItActionSuffixInserter() argument
71 this->FixWhatYouCan = FixWhatYouCan; in FixItActionSuffixInserter()
99 FEOpts.FixWhatYouCan)); in BeginSourceFileAction()
102 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan; in BeginSourceFileAction()
128 FixItOpts->FixWhatYouCan = FEOpts.FixWhatYouCan; in BeginInvocation()
H A DFixItRewriter.cpp80 if (NumFailures > 0 && !FixItOpts->FixWhatYouCan) { in WriteFixedFiles()
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h51 bool FixWhatYouCan = false; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h316 unsigned FixWhatYouCan : 1;
541 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8290 MarshallingInfoFlag<FrontendOpts<"FixWhatYouCan">>;