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.cpp675 Eng.getBugReporter().FlushReports(); in ActionExprEngine()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2525 void BugType::FlushReports(BugReporter &BR) {} in FlushReports() function in BugType
2743 FlushReports(); in ~BugReporter()
2753 void BugReporter::FlushReports() { in FlushReports() function in BugReporter
2764 const_cast<BugType*>(*I)->FlushReports(*this); in FlushReports()
DExprEngine.cpp98 BR.FlushReports(); in ~ExprEngine()
2773 const_cast<BugType*>(*I)->FlushReports(BR); in ViewGraph()