Searched refs:BugReporterTimer (Results 1 – 1 of 1) sorted by relevance
115 std::unique_ptr<llvm::Timer> BugReporterTimer; member in __anond6a4e1f60111::AnalysisConsumer139 BugReporterTimer = std::make_unique<llvm::Timer>( in AnalysisConsumer()376 void flushReports(llvm::Timer *BugReporterTimer, BugReporter &BR) { in flushReports() argument379 if (BugReporterTimer) in flushReports()380 BugReporterTimer->startTimer(); in flushReports()382 if (BugReporterTimer) in flushReports()383 BugReporterTimer->stopTimer(); in flushReports()784 flushReports(BugReporterTimer.get(), Eng.getBugReporter()); in RunPathSensitiveChecks()