Searched refs:EndKind (Results 1 – 1 of 1) sorted by relevance
959 tok::TokenKind EndKind) in UnannotatedTentativeParsingAction() argument960 : TentativeParsingAction(Self), Self(Self), EndKind(EndKind) { in UnannotatedTentativeParsingAction()964 Self.ConsumeAndStoreUntil(EndKind, Toks, true, /*ConsumeFinalToken*/false); in UnannotatedTentativeParsingAction()972 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()986 tok::TokenKind EndKind; member in Parser::UnannotatedTentativeParsingAction