Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.h384 ShouldWriteStableReportFilename || ShouldWriteVerboseReportFilename, in getDiagOpts()
HDAnalyzerOptions.def218 ANALYZER_OPTION(bool, ShouldWriteVerboseReportFilename, "verbose-report-filename",
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDPathDiagnostic.h77 bool ShouldWriteVerboseReportFilename = false; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDHTMLDiagnostics.cpp333 if (DiagOpts.ShouldWriteVerboseReportFilename) { in ReportDiag()