Lines Matching defs:Node

61   ast_type_traits::DynTypedNode Node;  member
248 bool match(const T &Node) { in match()
275 bool traverse(const T &Node) { in traverse()
379 bool memoizedMatchesRecursively(const ast_type_traits::DynTypedNode &Node, in memoizedMatchesRecursively()
413 bool matchesRecursively(const ast_type_traits::DynTypedNode &Node, in matchesRecursively()
427 bool matchesChildOf(const ast_type_traits::DynTypedNode &Node, in matchesChildOf()
438 bool matchesDescendantOf(const ast_type_traits::DynTypedNode &Node, in matchesDescendantOf()
448 bool matchesAncestorOf(const ast_type_traits::DynTypedNode &Node, in matchesAncestorOf()
462 void match(const ast_type_traits::DynTypedNode &Node) { in match()
481 template <typename T> void match(const T &Node) { in match()
527 void matchWithoutFilter(const T &Node, const MC &Matchers) { in matchWithoutFilter()
580 void matchDispatch(const Decl *Node) { in matchDispatch()
583 void matchDispatch(const Stmt *Node) { in matchDispatch()
587 void matchDispatch(const Type *Node) { in matchDispatch()
590 void matchDispatch(const TypeLoc *Node) { in matchDispatch()
593 void matchDispatch(const QualType *Node) { in matchDispatch()
596 void matchDispatch(const NestedNameSpecifier *Node) { in matchDispatch()
599 void matchDispatch(const NestedNameSpecifierLoc *Node) { in matchDispatch()
619 const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, in memoizedMatchesAncestorOfRecursively()
977 void MatchFinder::match(const clang::ast_type_traits::DynTypedNode &Node, in match()