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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h48 virtual void FlushReports(BugReporter& BR);
H A DBugReporter.h259 void FlushReports();
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1205 void BugType::FlushReports(BugReporter &BR) {} function in class:BugType
1332 FlushReports();
1342 void BugReporter::FlushReports() { function in class:BugReporter
1348 // FIXME: Only NSErrorChecker needs BugType's FlushReports.
1355 const_cast<BugType*>(*I)->FlushReports(*this);
H A DExprEngine.cpp76 BR.FlushReports();
1870 const_cast<BugType*>(*I)->FlushReports(BR);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp332 Eng.getBugReporter().FlushReports();

Completed in 135 milliseconds