Home | History | Annotate | Download | only in Parse

Lines Matching refs:EndKind

959                                              tok::TokenKind EndKind)
960 : TentativeParsingAction(Self), Self(Self), EndKind(EndKind) {
964 Self.ConsumeAndStoreUntil(EndKind, Toks, true, /*ConsumeFinalToken*/false);
972 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch);
986 tok::TokenKind EndKind;