Home | History | Annotate | Download | only in Lex

Lines Matching full:comma

468         // Assume comma separator is actually braced list separator and change
469 // it back to a comma.
471 I->setKind(tok::comma);
555 assert((Tok.is(tok::l_paren) || Tok.is(tok::comma)) &&
593 } else if (Tok.is(tok::comma) && NumParens == 0 &&
599 // Comma ends this argument if there are more fixed arguments expected.
601 // variadic part, then the comma is just an argument token.
751 // If the macro contains the comma pasting extension, the diagnostic
759 // Remember this occurred, allowing us to elide the comma when used for