Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp427 Options.CheckProfiling->Records = std::move(TimeByBucket); in ~MatchASTVisitor()
436 Timer.setBucket(&TimeByBucket[MC->getID()]); in onStartOfTranslationUnit()
446 Timer.setBucket(&TimeByBucket[MC->getID()]); in onEndOfTranslationUnit()
1017 Timer.setBucket(&TimeByBucket[MP.second->getID()]); in matchWithoutFilter()
1042 Timer.setBucket(&TimeByBucket[MP.second->getID()]); in matchWithFilter()
1308 llvm::StringMap<llvm::TimeRecord> TimeByBucket; member in clang::ast_matchers::internal::__anonab4d286c0111::MatchASTVisitor