Searched defs:SortByNextSymbol (Results 1 – 1 of 1) sorted by relevance
42 struct SortByNextSymbol { struct43 SortByNextSymbol(const Grammar &G) : G(G) {} in SortByNextSymbol() argument44 bool operator()(const Item &L, const Item &R) { in operator ()()51 const Grammar &G;