Searched refs:id_expr_token (Results 1 – 4 of 4) sorted by relevance
5625 cp_token *id_expr_token; in cp_parser_primary_expression() local5637 id_expr_token = token; in cp_parser_primary_expression()5659 if (id_expr_token->type == CPP_NAME in cp_parser_primary_expression()5660 && id_expr_token->error_reported) in cp_parser_primary_expression()5771 location_t start_loc = get_start (id_expr_token->location); in cp_parser_primary_expression()
676 id_expression.get_location () instead of id_expr_token->location.677 Adjust the range from id_expr_token->location to
5909 cp_token *id_expr_token; in cp_parser_primary_expression() local5921 id_expr_token = token; in cp_parser_primary_expression()5943 if (id_expr_token->type == CPP_NAME in cp_parser_primary_expression()5944 && id_expr_token->error_reported) in cp_parser_primary_expression()6061 location_t start_loc = get_start (id_expr_token->location); in cp_parser_primary_expression()
5581 than that of id_expr_token.