Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp621 return matchesAncestorOfRecursively(Node, Matcher, Builder, MatchMode); in memoizedMatchesAncestorOfRecursively()
639 matchesAncestorOfRecursively(Node, Matcher, &Result.Nodes, MatchMode); in memoizedMatchesAncestorOfRecursively()
648 bool matchesAncestorOfRecursively(const ast_type_traits::DynTypedNode &Node, in matchesAncestorOfRecursively() function in clang::ast_matchers::internal::__anon018ced360111::MatchASTVisitor