Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp117 std::unique_ptr<llvm::Timer> BugReporterTimer; member in __anonc99194a10111::AnalysisConsumer
138 BugReporterTimer = std::make_unique<llvm::Timer>( in AnalysisConsumer()
722 if (BugReporterTimer) in RunPathSensitiveChecks()
723 BugReporterTimer->startTimer(); in RunPathSensitiveChecks()
725 if (BugReporterTimer) in RunPathSensitiveChecks()
726 BugReporterTimer->stopTimer(); in RunPathSensitiveChecks()