Searched defs:HeightLess (Results 1 – 1 of 1) sorted by relevance
708 struct HeightLess { struct709 const SyntaxTree::Impl &Tree;710 HeightLess(const SyntaxTree::Impl &Tree) : Tree(Tree) {} in HeightLess() function711 bool operator()(NodeId Id1, NodeId Id2) const { in operator ()()