Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp563 BR.FlushReports(); in runAnalysisOnTranslationUnit()
696 BR.FlushReports(); in HandleCode()
748 Eng.getBugReporter().FlushReports(); in RunPathSensitiveChecks()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h609 void FlushReports();
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2497 void BugReporter::FlushReports() { in FlushReports() function in BugReporter