Home | History | Annotate | Download | only in Lex

Lines Matching refs:comma

453         // Assume comma separator is actually braced list separator and change
454 // it back to a comma.
456 I->setKind(tok::comma);
540 assert((Tok.is(tok::l_paren) || Tok.is(tok::comma)) &&
578 } else if (Tok.is(tok::comma) && NumParens == 0 &&
584 // Comma ends this argument if there are more fixed arguments expected.
586 // variadic part, then the comma is just an argument token.
725 // If the macro contains the comma pasting extension, the diagnostic
733 // Remember this occurred, allowing us to elide the comma when used for