Searched refs:DescendantMatcher (Results 1 – 2 of 2) sorted by relevance
1205 explicit HasDescendantMatcher(const Matcher<DescendantT> &DescendantMatcher)1206 : DescendantMatcher(DescendantMatcher) {}1212 Node, DescendantMatcher, Builder, ASTMatchFinder::BK_First);1216 const Matcher<DescendantT> DescendantMatcher;1277 const Matcher<DescendantT>& DescendantMatcher)1278 : DescendantMatcher(DescendantMatcher) {}1283 return Finder->matchesDescendantOf(Node, DescendantMatcher, Builder,1288 const Matcher<DescendantT> DescendantMatcher;
1623 hasDescendant(const internal::Matcher<DescendantT> &DescendantMatcher) { in hasDescendant() argument1626 DescendantT>(DescendantMatcher); in hasDescendant()1681 const internal::Matcher<DescendantT> &DescendantMatcher) { in forEachDescendant() argument1684 DescendantT>(DescendantMatcher); in forEachDescendant()