Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp382 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal, in memoizedMatchesRecursively()
399 Result.ResultOfMatch = matchesRecursively(Node, Matcher, &Result.Nodes, in memoizedMatchesRecursively()
410 bool matchesRecursively(const ast_type_traits::DynTypedNode &Node, in matchesRecursively() function in clang::ast_matchers::internal::__anon018ced360111::MatchASTVisitor