Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h58 virtual void FlushReports(BugReporter& BR);
DBugReporter.h424 void FlushReports();
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp668 Eng.getBugReporter().FlushReports(); in ActionExprEngine()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2527 void BugType::FlushReports(BugReporter &BR) {} in FlushReports() function in BugType
2748 FlushReports(); in ~BugReporter()
2758 void BugReporter::FlushReports() { in FlushReports() function in BugReporter
2769 const_cast<BugType*>(*I)->FlushReports(*this); in FlushReports()
DExprEngine.cpp96 BR.FlushReports(); in ~ExprEngine()
2659 const_cast<BugType*>(*I)->FlushReports(BR); in ViewGraph()