Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExpectAndConsume

144 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
150 bool Parser::ExpectAndConsume(tok::TokenKind ExpectedTok, unsigned DiagID,
202 return ExpectAndConsume(tok::semi, DiagID);
612 ExpectAndConsume(tok::semi, diag::err_expected_semi_after,
1003 ExpectAndConsume(tok::semi, diag::err_expected_semi_after,
1687 bool Parser::BalancedDelimiterTracker::expectAndConsume(unsigned DiagID,
1691 if (P.ExpectAndConsume(Kind, DiagID, Msg, SkipToToc))