Home
last modified time | relevance | path

Searched refs:shouldWriteStableReportFilename (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h376 bool shouldWriteStableReportFilename();
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp196 bool AnalyzerOptions::shouldWriteStableReportFilename() { in shouldWriteStableReportFilename() function in AnalyzerOptions
H A DHTMLDiagnostics.cpp281 if (!AnalyzerOpts.shouldWriteStableReportFilename()) { in ReportDiag()