Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp117 std::unique_ptr<llvm::Timer> BugReporterTimer; member in __anon1a6498ed0111::AnalysisConsumer
139 BugReporterTimer = std::make_unique<llvm::Timer>( in AnalysisConsumer()
744 if (BugReporterTimer) in RunPathSensitiveChecks()
745 BugReporterTimer->startTimer(); in RunPathSensitiveChecks()
747 if (BugReporterTimer) in RunPathSensitiveChecks()
748 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()