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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h662 /// - \c matchesAncestorOf:
668 /// sense. In the case of matchesAncestorOf, we'll want to implement it for
742 bool matchesAncestorOf(const T &Node, function in class:clang::ast_matchers::internal::ASTMatchFinder
749 return matchesAncestorOf(ast_type_traits::DynTypedNode::create(Node),
767 virtual bool matchesAncestorOf(const ast_type_traits::DynTypedNode &Node,
1365 return Finder->matchesAncestorOf(
1388 return Finder->matchesAncestorOf(
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp435 // Implements ASTMatchFinder::matchesAncestorOf.
436 bool matchesAncestorOf(const ast_type_traits::DynTypedNode &Node,

Completed in 2040 milliseconds