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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h522 /// - \c matchesAncestorOf:
528 /// sense. In the case of matchesAncestorOf, we'll want to implement it for
604 bool matchesAncestorOf(const T &Node, function in class:clang::ast_matchers::internal::ASTMatchFinder
611 return matchesAncestorOf(ast_type_traits::DynTypedNode::create(Node),
629 virtual bool matchesAncestorOf(const ast_type_traits::DynTypedNode &Node,
1025 return Finder->matchesAncestorOf(
1048 return Finder->matchesAncestorOf(
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp387 // Implements ASTMatchFinder::matchesAncestorOf.
388 virtual bool matchesAncestorOf(const ast_type_traits::DynTypedNode &Node, function in class:clang::ast_matchers::internal::__anon3001::MatchASTVisitor

Completed in 167 milliseconds