Searched defs:hasDescendant (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1176 /// (matcher = recordDecl(hasDescendant(recordDecl(hasName("X")))))
1188 hasDescendant(const internal::Matcher<DescendantT> &DescendantMatcher) { function in namespace:clang::ast_matchers
1231 /// As opposed to 'hasDescendant', 'forEachDescendant' will cause a match for

Completed in 39 milliseconds