Home | History | Annotate | Download | only in Parse

Lines Matching refs:comma

501   while (Tok.is(tok::comma)) {
557 if (Tok.is(tok::comma)) {
559 // If we've got a comma, we either need a label or a string.
563 if (Tok.is(tok::comma))
742 if (Tok.is(tok::comma)) {
753 if (Tok.is(tok::comma)) {
973 if (Tok.is(tok::comma)) {
1283 if (Tok.is(tok::comma)) {
1372 if (Tok.isNot(tok::comma)) {
1492 // Read the comma followed by a second string literal.
1494 if (Tok.isNot(tok::comma)) {
1566 if (Tok.is(tok::comma) && !PP.LexStringLiteral(Tok, ArgumentString,