Home | History | Annotate | Download | only in Parse

Lines Matching refs:comma

89     if (Tok.is(tok::comma)) {
211 // Consume everything up to (but excluding) the comma or semicolon.
803 if (Tok.is(tok::comma)) {
826 << tok::comma;
907 case tok::comma:
915 // We hit a comma inside angle brackets. This is the hard case. The
917 // * For a default argument, if the tokens after the comma form a
919 // parameter has an initializer, then this comma ends the default
921 // * For a default initializer, if the tokens after the comma form a
922 // syntactically-valid init-declarator-list, then this comma ends
983 // In 'a ? b : c', 'b' can contain an unparenthesized comma. If it does,
1029 case tok::comma: