Home
last modified time | relevance | path

Searched refs:ShouldApplyFixIts (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp73 if (!DiagOpts.ShouldApplyFixIts) { in FlushDiagnosticsImpl()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h386 ShouldApplyFixIts, in getDiagOpts()
H A DAnalyzerOptions.def336 ANALYZER_OPTION(bool, ShouldApplyFixIts, "apply-fixits",
/src/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h85 bool ShouldApplyFixIts = false; member