Home | History | Annotate | Download | only in Lex

Lines Matching full:comma

716       Comma,
878 case tok::comma:
879 Tok.Kind = MMToken::Comma;
1303 if (!Tok.is(MMToken::Comma))
1306 // Consume the comma.
1618 // If there's a comma, consume it.
1619 if (!Tok.is(MMToken::Comma))
1667 if (!Tok.is(MMToken::Comma)) {
1933 case MMToken::Comma: