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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp114 std::unique_ptr<llvm::Timer> BugReporterTimer; member in class:__anon2377::AnalysisConsumer
134 BugReporterTimer = std::make_unique<llvm::Timer>(
714 if (BugReporterTimer)
715 BugReporterTimer->startTimer();
717 if (BugReporterTimer)
718 BugReporterTimer->stopTimer();

Completed in 22 milliseconds