Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h383 ShouldWriteStableReportFilename || ShouldWriteVerboseReportFilename, in getDiagOpts()
H A DAnalyzerOptions.def198 ANALYZER_OPTION(bool, ShouldWriteVerboseReportFilename, "verbose-report-filename",
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h77 bool ShouldWriteVerboseReportFilename = false; member
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp335 if (DiagOpts.ShouldWriteVerboseReportFilename) { in ReportDiag()