Searched refs:StartState (Results 1 – 2 of 2) sorted by relevance
237 auto StartState = std::vector<Item>{Item::start(RID, G)}; in buildLR0()238 auto Result = Builder.insert(std::move(StartState)); in buildLR0()
599 StateID StartState = Lang.Table.getStartState(StartSymbol); in glrParse() local601 std::vector<const GSS::Node *> Heads = {GSS.addNode(/*State=*/StartState, in glrParse()648 auto AcceptState = Lang.Table.getGoToState(StartState, StartSymbol); in glrParse()