Searched refs:matchesAncestorOf (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchersInternal.h | 831 bool matchesAncestorOf(const T &Node, in matchesAncestorOf() function 838 return matchesAncestorOf(ast_type_traits::DynTypedNode::create(Node), in matchesAncestorOf() 856 virtual bool matchesAncestorOf(const ast_type_traits::DynTypedNode &Node, 1247 return Finder->matchesAncestorOf(Node, this->InnerMatcher, Builder, 1267 return Finder->matchesAncestorOf(Node, this->InnerMatcher, Builder,
|
| /NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| HD | ASTMatchFinder.cpp | 448 bool matchesAncestorOf(const ast_type_traits::DynTypedNode &Node, in matchesAncestorOf() function in clang::ast_matchers::internal::__anonee074a4e0111::MatchASTVisitor
|