Home | History | Annotate | Download | only in Parse

Lines Matching refs:comma

106     return Tok.is(tok::colon) || Tok.is(tok::comma); // : or , for ;
781 Tok.is(tok::comma) || // int X(), -> not a function def
1065 if (Tok.is(tok::comma)) {
1186 // If we don't have a comma, it is either the end of the list (a ';') or
1188 if (Tok.isNot(tok::comma))
1193 // Consume the comma.