Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp429 if (Options.CheckProfiling) { in ~MatchASTVisitor()
430 Options.CheckProfiling->Records = std::move(TimeByBucket); in ~MatchASTVisitor()
435 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in onStartOfTranslationUnit()
445 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in onEndOfTranslationUnit()
1026 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in matchWithoutFilter()
1049 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in matchWithFilter()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h141 std::optional<Profiling> CheckProfiling; member