Home | History | Annotate | Download | only in Parse

Lines Matching refs:comma

118     if (!TryConsumeToken(tok::comma))
517 // Parse all the comma separated declarators.
657 if (Tok.isNot(tok::comma))
1136 while (Tok.is(tok::comma)) {
1214 if (!TryConsumeToken(tok::comma))
1367 // Parse all the comma separated declarators.
1431 if (Tok.is(tok::comma)) { // list of forward declarations.
1447 if (Tok.isNot(tok::comma))
1726 if (Tok.isNot(tok::comma))
1763 if (Tok.isNot(tok::comma))
2253 Receiver = ParseRHSOfBinaryExpression(Receiver.get(), prec::Comma);
2551 // Parse the, optional, argument list, comma separated.
2552 while (Tok.is(tok::comma)) {
2725 if (Tok.is(tok::comma))
2729 << tok::comma);
2740 // Parse the comma separated key : value expressions.
2780 if (!TryConsumeToken(tok::comma) && Tok.isNot(tok::r_brace))
2782 << tok::comma);