Lines Matching refs:SkipUntil
232 bool Parser::SkipUntil(ArrayRef<tok::TokenKind> Toks, SkipUntilFlags Flags) { in SkipUntil() function in Parser
284 SkipUntil(tok::r_paren, StopAtCodeCompletion); in SkipUntil()
286 SkipUntil(tok::r_paren); in SkipUntil()
292 SkipUntil(tok::r_square, StopAtCodeCompletion); in SkipUntil()
294 SkipUntil(tok::r_square); in SkipUntil()
300 SkipUntil(tok::r_brace, StopAtCodeCompletion); in SkipUntil()
302 SkipUntil(tok::r_brace); in SkipUntil()
864 SkipUntil(tok::semi); // FIXME: better skip? in ParseDeclOrFunctionDefInternal()
963 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition()
1072 SkipUntil(tok::semi); in ParseFunctionDefinition()
1075 SkipUntil(tok::semi); in ParseFunctionDefinition()
1211 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations()
1279 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm()
1888 SkipUntil(tok::semi); in ParseModuleImport()
1932 P.SkipUntil(SkipToTok, Parser::StopAtSemi); in expectAndConsume()
1952 P.SkipUntil(Close, FinalToken, in diagnoseMissingClose()
1960 P.SkipUntil(Close, Parser::StopBeforeMatch); in skipToEnd()