Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp47 bool ShowFixIts = false; member in __anone597d17b0211::VirtualCallChecker
152 if (ShowFixIts && !IsPure) { in checkPreCall()
222 Chk->ShowFixIts = Mgr.getAnalyzerOptions().getCheckerBooleanOption( in registerVirtualCallChecker()
H A DDeadStoresChecker.cpp123 bool ShowFixIts = false; member in __anon04b835860211::DeadStoresChecker
223 if (Checker->ShowFixIts) { in Report()
561 Chk->ShowFixIts = in registerDeadStoresChecker()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td759 "ShowFixIts",
876 "ShowFixIts",