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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h836 explicit HasAncestorMatcher(const Matcher<AncestorT> &AncestorMatcher) argument
837 : AncestorMatcher(AncestorMatcher) {}
843 Node, AncestorMatcher, Builder);
847 const Matcher<AncestorT> AncestorMatcher; member in class:clang::ast_matchers::internal::HasAncestorMatcher
H A DASTMatchers.h1264 hasAncestor(const internal::Matcher<AncestorT> &AncestorMatcher) { argument
1267 AncestorT>(AncestorMatcher);

Completed in 194 milliseconds