Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp426 if (Options.CheckProfiling) { in ~MatchASTVisitor()
427 Options.CheckProfiling->Records = std::move(TimeByBucket); in ~MatchASTVisitor()
432 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in onStartOfTranslationUnit()
442 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in onEndOfTranslationUnit()
1013 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in matchWithoutFilter()
1036 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in matchWithFilter()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h141 std::optional<Profiling> CheckProfiling; member