Home
last modified time | relevance | path

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

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