Home
last modified time | relevance | path

Searched refs:StartState (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRGraph.cpp237 auto StartState = std::vector<Item>{Item::start(RID, G)}; in buildLR0()
238 auto Result = Builder.insert(std::move(StartState)); in buildLR0()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DGLR.cpp599 StateID StartState = Lang.Table.getStartState(StartSymbol); in glrParse() local
601 std::vector<const GSS::Node *> Heads = {GSS.addNode(/*State=*/StartState, in glrParse()
648 auto AcceptState = Lang.Table.getGoToState(StartState, StartSymbol); in glrParse()