Lines Matching full:comma
83 case tok::comma:
84 // Since a comma cannot occur in a constant-expression, this must
425 if (Tok.isNot(tok::comma)) break;
452 // grammatically ok (i.e. we have a comma coming up) try to continue
454 // diagnostics for later elements that we find. If we don't see a comma,
459 if (Tok.isNot(tok::comma)) {
465 // If we don't have a comma continued list, we're done.
466 if (Tok.isNot(tok::comma)) break;
468 // TODO: save comma locations if some client cares.
471 // Handle trailing comma.
485 // Return true if a comma (or closing brace) is necessary after the
534 if (Tok.is(tok::comma)) {