Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp959 tok::TokenKind EndKind) in UnannotatedTentativeParsingAction() argument
960 : 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