Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h473 bool shouldWriteStableReportFilename();
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp224 bool AnalyzerOptions::shouldWriteStableReportFilename() { in shouldWriteStableReportFilename() function in AnalyzerOptions
DHTMLDiagnostics.cpp294 if (!AnalyzerOpts.shouldWriteStableReportFilename()) { in ReportDiag()