Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExpectAndConsume

319     // ExpectAndConsume to emit the diagnostic, even though we know it won't
321 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError);
416 if(ExpectAndConsume(tok::l_paren,diag::err_expected_lparen))
437 if(ExpectAndConsume(tok::r_paren,diag::err_expected_rparen))
774 ExpectAndConsume(tok::semi, diag::err_expected_semi_declaration);
2131 if (T.expectAndConsume(diag::err_expected_lparen))