Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchFinder.cpp578 bool memoizedMatchesRecursively(const DynTypedNode &Node, ASTContext &Ctx, in memoizedMatchesRecursively() function in clang::ast_matchers::internal::__anonf1db16cd0111::MatchASTVisitor
649 return memoizedMatchesRecursively(Node, Ctx, Matcher, Builder, 1, Bind); in matchesChildOf()
658 return memoizedMatchesRecursively(Node, Ctx, Matcher, Builder, INT_MAX, in matchesDescendantOf()