Searched refs:new_declarator (Results 1 – 4 of 4) sorted by relevance
406 %type <ttype> new_declarator direct_new_declarator2854 type_specifier_seq new_declarator3264 new_declarator:3265 '*' cv_qualifiers new_declarator3269 | '&' cv_qualifiers new_declarator %prec EMPTY3277 | ptr_to_mem cv_qualifiers new_declarator
7785 (new_type_id, new_declarator, direct_new_declarator,
5293 cp_declarator *new_declarator; in cp_parser_new_type_id() local5312 new_declarator = cp_parser_new_declarator_opt (parser); in cp_parser_new_type_id()5318 declarator = new_declarator; in cp_parser_new_type_id()5344 new_declarator = NULL; in cp_parser_new_type_id()5347 type = groktypename (&type_specifier_seq, new_declarator); in cp_parser_new_type_id()
4345 (new_type_id, new_declarator, direct_new_declarator,