Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDTextDiagnostics.cpp73 if (!DiagOpts.ShouldApplyFixIts) { in FlushDiagnosticsImpl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.h386 ShouldApplyFixIts, in getDiagOpts()
HDAnalyzerOptions.def336 ANALYZER_OPTION(bool, ShouldApplyFixIts, "apply-fixits",
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDPathDiagnostic.h85 bool ShouldApplyFixIts = false; member