Home
last modified time | relevance | path

Searched refs:id_expr_token (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c5625 cp_token *id_expr_token; in cp_parser_primary_expression() local
5637 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2018676 id_expression.get_location () instead of id_expr_token->location.
677 Adjust the range from id_expr_token->location to
H A Dparser.cc5909 cp_token *id_expr_token; in cp_parser_primary_expression() local
5921 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()
H A DChangeLog-20175581 than that of id_expr_token.