Searched refs:matchesChildOf (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 742 bool matchesChildOf(const T &Node, const DynTypedMatcher &Matcher, 752 return matchesChildOf(DynTypedNode::create(Node), getASTContext(), Matcher, 795 virtual bool matchesChildOf(const DynTypedNode &Node, ASTContext &Ctx, 1600 return Finder->matchesChildOf(Node, this->InnerMatcher, Builder, 1623 return Finder->matchesChildOf(
|
/openbsd/gnu/llvm/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 660 bool matchesChildOf(const DynTypedNode &Node, ASTContext &Ctx, in matchesChildOf() function in clang::ast_matchers::internal::__anon73d96ca20111::MatchASTVisitor
|