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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h813 explicit HasDescendantMatcher(const Matcher<DescendantT> &DescendantMatcher) argument
814 : DescendantMatcher(DescendantMatcher) {}
820 Node, DescendantMatcher, Builder, ASTMatchFinder::BK_First);
824 const Matcher<DescendantT> DescendantMatcher; member in class:clang::ast_matchers::internal::HasDescendantMatcher
862 const Matcher<DescendantT>& DescendantMatcher)
863 : DescendantMatcher(DescendantMatcher) {}
868 return Finder->matchesDescendantOf(Node, DescendantMatcher, Builder,
873 const Matcher<DescendantT> DescendantMatcher; member in class:clang::ast_matchers::internal::ForEachDescendantMatcher
861 ForEachDescendantMatcher( const Matcher<DescendantT>& DescendantMatcher) argument
[all...]
H A DASTMatchers.h1188 hasDescendant(const internal::Matcher<DescendantT> &DescendantMatcher) { argument
1191 DescendantT>(DescendantMatcher);
1245 const internal::Matcher<DescendantT> &DescendantMatcher) {
1248 DescendantT>(DescendantMatcher);
1244 forEachDescendant( const internal::Matcher<DescendantT> &DescendantMatcher) argument

Completed in 120 milliseconds