Searched defs:FlushReports (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1330 void BugType::FlushReports(BugReporter &BR) {} function in class:BugType
1571 FlushReports();
1581 void BugReporter::FlushReports() { function in class:BugReporter
1587 // FIXME: Only NSErrorChecker needs BugType's FlushReports.
1594 const_cast<BugType*>(*I)->FlushReports(*this);

Completed in 60 milliseconds