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

/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h693 /// - \c matchesAncestorOf:
699 /// sense. In the case of matchesAncestorOf, we'll want to implement it for
773 bool matchesAncestorOf(const T &Node, const DynTypedMatcher &Matcher, function in class:clang::ast_matchers::internal::ASTMatchFinder
782 return matchesAncestorOf(DynTypedNode::create(Node), getASTContext(),
805 virtual bool matchesAncestorOf(const DynTypedNode &Node, ASTContext &Ctx,
1675 return Finder->matchesAncestorOf(Node, this->ParentMatcher, Builder,
1697 return Finder->matchesAncestorOf(Node, this->AncestorMatcher, Builder,
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp677 // Implements ASTMatchFinder::matchesAncestorOf.
678 bool matchesAncestorOf(const DynTypedNode &Node, ASTContext &Ctx,

Completed in 184 milliseconds