Home
last modified time | relevance | path

Searched defs:FixWhatYouCan (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h45 bool FixWhatYouCan; variable
/minix3/external/bsd/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp76 static cl::opt<bool> FixWhatYouCan( variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp61 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) in FixItActionSuffixInserter()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h130 unsigned FixWhatYouCan : 1; ///< Apply fixes even if there are variable