Home | History | Annotate | Download | only in Parse

Lines Matching refs:expectAndConsume

155 /// ExpectAndConsume - The parser expects that 'ExpectedTok' is next in the
161 bool Parser::ExpectAndConsume(tok::TokenKind ExpectedTok, unsigned DiagID,
213 return ExpectAndConsume(tok::semi, DiagID);
689 ExpectAndConsume(tok::semi, diag::err_expected_semi_after,
1100 ExpectAndConsume(tok::semi, diag::err_expected_semi_after,
1927 bool BalancedDelimiterTracker::expectAndConsume(unsigned DiagID,
1931 if (P.ExpectAndConsume(Kind, DiagID, Msg, SkipToToc))