Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExpectAndConsume

1109     if (T.expectAndConsume(diag::err_expected_lparen_after, "noexcept"))
1352 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen, ""))
1705 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "",tok::r_paren))
1729 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "",tok::r_paren))
1805 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "",tok::r_paren))
1813 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "",tok::r_paren))
1837 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "",
2164 if (T.expectAndConsume(diag::err_expected_lparen))
2179 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "")) {
2211 if (ExpectAndConsume(tok::colon, diag::err_expected_colon, "")) {