Home
last modified time | relevance | path

Searched refs:ShowFixIts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp51 bool ShowFixIts = false; member in __anon8d89f0060211::VirtualCallChecker
160 if (ShowFixIts && !IsPure) { in checkPreCall()
223 Chk->ShowFixIts = Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerVirtualCallChecker()
H A DDeadStoresChecker.cpp122 bool ShowFixIts = false; member in __anonfa4b2eb10211::DeadStoresChecker
222 if (Checker->ShowFixIts) { in Report()
560 Chk->ShowFixIts = in registerDeadStoresChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td749 CheckerOptions<[CmdLineOption<Boolean, "ShowFixIts",
856 "ShowFixIts",