Searched refs:nextAncestorSibling (Results 1 – 2 of 2) sorted by relevance
67 Node* nextAncestorSibling(const Node&);68 Node* nextAncestorSibling(const Node&, const Node* stayWithin);77 return nextAncestorSibling(current); in traverseNextTemplate()91 return nextAncestorSibling(current, stayWithin); in traverseNextTemplate()101 return nextAncestorSibling(current); in traverseNextSkippingChildrenTemplate()113 return nextAncestorSibling(current, stayWithin); in traverseNextSkippingChildrenTemplate()
77 Node* nextAncestorSibling(const Node& current) in nextAncestorSibling() function87 Node* nextAncestorSibling(const Node& current, const Node* stayWithin) in nextAncestorSibling() function