Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp428 if (Options.CheckProfiling) { in ~MatchASTVisitor()
429 Options.CheckProfiling->Records = std::move(TimeByBucket); in ~MatchASTVisitor()
434 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in onStartOfTranslationUnit()
444 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in onEndOfTranslationUnit()
1024 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in matchWithoutFilter()
1047 const bool EnableCheckProfiling = Options.CheckProfiling.has_value(); in matchWithFilter()
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h141 std::optional<Profiling> CheckProfiling; member