Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h398 ShouldWriteStableReportFilename, in getDiagOpts()
H A DAnalyzerOptions.def192 ANALYZER_OPTION(bool, ShouldWriteStableReportFilename, "stable-report-filename",
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h85 bool ShouldWriteStableReportFilename = false; member
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp270 if (!DiagOpts.ShouldWriteStableReportFilename) { in ReportDiag()