Home | History | Annotate | Download | only in Parse

Lines Matching refs:expectAndConsume

1144     if (T.expectAndConsume(diag::err_expected_lparen_after, "noexcept"))
1392 if (ExpectAndConsume(tok::l_paren, diag::err_expected_lparen, ""))
1769 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "",tok::r_paren))
1793 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "",tok::r_paren))
1869 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "",tok::r_paren))
1877 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "",tok::r_paren))
1901 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "",
2238 if (T.expectAndConsume(diag::err_expected_lparen))
2253 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "")) {
2285 if (ExpectAndConsume(tok::colon, diag::err_expected_colon, "")) {