Home | History | Annotate | Download | only in Parse

Lines Matching refs:Comma

60   case tok::comma:                return prec::Comma;
180 return ParseRHSOfBinaryExpression(move(LHS), prec::Comma);
191 return ParseRHSOfBinaryExpression(move(LHS), prec::Comma);
211 return ParseRHSOfBinaryExpression(move(LHS), prec::Comma);
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))
1830 // The first argument is an expression to be converted, followed by a comma.
1837 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "",
2179 if (ExpectAndConsume(tok::comma, diag::err_expected_comma, "")) {
2225 if (Tok.isNot(tok::comma))
2291 if (Tok.isNot(tok::comma))
2293 // Move to the next argument, remember where the comma was.