Searched refs:TOKdotdotdot (Results 1 – 4 of 4) sorted by relevance
43 TOKsemicolon, TOKdotdotdot, enumerator
410 Token::tochars[TOKdotdotdot] = "..."; in TokenInitializer()
1991 case TOKdotdotdot: in parseParameters()2046 t->value == TOKdotdotdot))) in parseParameters()2072 if (token.value == TOKdotdotdot) in parseParameters()2563 else if (token.value == TOKidentifier && t->value == TOKdotdotdot) in parseTemplateParameterList()6331 case TOKdotdotdot: in isDeclarator()6373 case TOKdotdotdot: in isParameters()6407 if (t->value != TOKdotdotdot && in isParameters()6415 if (t->value == TOKdotdotdot) in isParameters()
664 t->value = TOKdotdotdot; in scan()