Searched refs:getGoToState (Results 1 – 4 of 4) sorted by relevance
61 EXPECT_THAT(T.getGoToState(1, Term), ValueIs(3)); in TEST()
189 : *Lang.Table.getGoToState(OldState, Option->Symbol); in glrRecover()505 auto NextState = Lang.Table.getGoToState(Base->State, F.Symbol); in pushNext()583 auto NextState = Lang.Table.getGoToState(Base->State, Rule.Target); in popAndPushTrivial()648 auto AcceptState = Lang.Table.getGoToState(StartState, StartSymbol); in glrParse()
58 if (auto GS = getGoToState(S, NontermID)) { in dumpForTests()
78 llvm::Optional<StateID> getGoToState(StateID State, in getGoToState() function