Home | History | Annotate | Download | only in Parse

Lines Matching refs:comma

118     if (Tok.isNot(tok::comma))
513 // Parse all the comma separated declarators.
650 if (Tok.isNot(tok::comma))
1129 while (Tok.is(tok::comma)) {
1207 if (Tok.isNot(tok::comma))
1363 // Parse all the comma separated declarators.
1428 if (Tok.is(tok::comma)) { // list of forward declarations.
1444 if (Tok.isNot(tok::comma))
1724 if (Tok.isNot(tok::comma))
1761 if (Tok.isNot(tok::comma))
2251 Receiver = ParseRHSOfBinaryExpression(Receiver.take(), prec::Comma);
2551 // Parse the, optional, argument list, comma separated.
2552 while (Tok.is(tok::comma)) {
2727 if (Tok.is(tok::comma))
2741 // Parse the comma separated key : value expressions.
2784 if (Tok.is(tok::comma))