Home
last modified time | relevance | path

Searched refs:FlushReport (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h401 void FlushReport(BugReportEquivClass& EQ);
405 void FlushReport(BugReport *exampleReport,
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2779 FlushReport(EQ); in FlushReports()
3385 void BugReporter::FlushReport(BugReportEquivClass& EQ) { in FlushReport() function in BugReporter
3390 FlushReport(exampleReport, *PDC, bugReports); in FlushReport()
3395 void BugReporter::FlushReport(BugReport *exampleReport, in FlushReport() function in BugReporter