Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h689 /// - \c matchesAncestorOf:
695 /// sense. In the case of matchesAncestorOf, we'll want to implement it for
769 bool matchesAncestorOf(const T &Node, const DynTypedMatcher &Matcher,
778 return matchesAncestorOf(DynTypedNode::create(Node), getASTContext(),
801 virtual bool matchesAncestorOf(const DynTypedNode &Node, ASTContext &Ctx,
1671 return Finder->matchesAncestorOf(Node, this->ParentMatcher, Builder,
1693 return Finder->matchesAncestorOf(Node, this->AncestorMatcher, Builder,
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp689 bool matchesAncestorOf(const DynTypedNode &Node, ASTContext &Ctx, in matchesAncestorOf() function in clang::ast_matchers::internal::__anonbe2d60470111::MatchASTVisitor