Home
last modified time | relevance | path

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

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