Searched refs:findFirstLeaf (Results 1 – 2 of 2) sorted by relevance
206 const Leaf *findFirstLeaf() const;207 Leaf *findFirstLeaf() { in findFirstLeaf() function208 return const_cast<Leaf *>(const_cast<const Tree *>(this)->findFirstLeaf()); in findFirstLeaf()
312 const syntax::Leaf *syntax::Tree::findFirstLeaf() const { in findFirstLeaf() function in syntax::Tree316 if (const auto *L = cast<syntax::Tree>(C).findFirstLeaf()) in findFirstLeaf()