Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h593 void FlushReport(BugReportEquivClass& EQ);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2501 FlushReport(*EQ); in FlushReports()
3101 void BugReporter::FlushReport(BugReportEquivClass& EQ) { in FlushReport() function in BugReporter