Searched refs:lastDescendent (Results 1 – 1 of 1) sorted by relevance
261 static inline Node* lastDescendent(Node& node) in lastDescendent() function271 return onlyIncludeDirectChildren ? rootNode.lastChild() : lastDescendent(rootNode); in lastNode()