Lines Matching full:comma
253 if (Tok.isNot(tok::comma))
255 ConsumeToken(); // the comma.
395 (Tok.is(tok::greater) || Tok.is(tok::comma) ||
510 if (Tok.is(tok::comma)) {
546 if (Tok.isNot(tok::comma))
1355 if (Tok.is(tok::comma)) {
1514 if (!SkipUntil(tok::comma, tok::r_paren, true/*StopAtSemi*/,
1527 if (Tok.isNot(tok::comma))
1529 ConsumeToken(); // the comma.