Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DGLR.cpp648 auto AcceptState = Lang.Table.getGoToState(StartState, StartSymbol); in glrParse() local
649 assert(AcceptState.has_value() && "goto must succeed after start symbol!"); in glrParse()
653 if (Head->State == *AcceptState) { in glrParse()