Searched refs:TOKEN_SEMICOLON (Results 1 – 1 of 1) sorted by relevance
66 #define TOKEN_SEMICOLON 20 macro311 DUMP_TOKEN(TOKEN_SEMICOLON); in dump_TOKEN()395 return TOKEN_SEMICOLON; in get_operator_token()836 case TOKEN_SEMICOLON: in parse_TOKEN()1048 if (get_TOKEN(buf) != TOKEN_SEMICOLON) in parse_template_members_list()1277 if ((token != TOKEN_COMMA) && (token != TOKEN_SEMICOLON)) in parse_object_members_list()1280 while (check_TOKEN(buf) == TOKEN_SEMICOLON) in parse_object_members_list()