Home
last modified time | relevance | path

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

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