Searched refs:TOKEN_OPENING_SQUARE_BRACKET (Results 1 – 4 of 4) sorted by relevance
39 TOKEN_OPENING_SQUARE_BRACKET, enumerator
340 case TOKEN_OPENING_SQUARE_BRACKET: in _MapTokenToSyntaxType()
212 type = TOKEN_OPENING_SQUARE_BRACKET; in NextToken()
1864 } else if (token.type == TOKEN_OPENING_SQUARE_BRACKET) { in _ParseType()