Home | History | Annotate | Download | only in Parse

Lines Matching refs:expectAndConsume

318     // ExpectAndConsume to emit the diagnostic, even though we know it won't
320 ExpectAndConsume(tok::semi, diag::err_expected_semi_after_stmt, SemiError);
415 if(ExpectAndConsume(tok::l_paren,diag::err_expected_lparen))
436 if(ExpectAndConsume(tok::r_paren,diag::err_expected_rparen))
2568 if (T.expectAndConsume(diag::err_expected_lparen))