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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2540 void BugType::FlushReports(BugReporter &BR) {} function in class:BugType
2766 FlushReports();
2776 void BugReporter::FlushReports() { function in class:BugReporter
2782 // FIXME: Only NSErrorChecker needs BugType's FlushReports.
2789 const_cast<BugType*>(*I)->FlushReports(*this);

Completed in 585 milliseconds