Searched refs:type_specifier_seq (Results 1 – 10 of 10) sorted by relevance
91 c_pretty_print_fn type_specifier_seq; variable99 #define pp_type_specifier_seq(PP, D) (PP)->type_specifier_seq (PP, D)
2436 type_specifier_seq = pp_c_specifier_qualifier_list; in c_pretty_printer()
2906 type_specifier_seq = pp_c_specifier_qualifier_list; in c_pretty_printer()
8887 cp_decl_specifier_seq type_specifier_seq; in cp_parser_new_type_id() local8904 &type_specifier_seq); in cp_parser_new_type_id()8908 if (type_specifier_seq.type == error_mark_node) in cp_parser_new_type_id()8947 return groktypename (&type_specifier_seq, new_declarator, false); in cp_parser_new_type_id()22243 cp_decl_specifier_seq type_specifier_seq; in cp_parser_type_id_1() local22250 &type_specifier_seq); in cp_parser_type_id_1()22252 *type_location = type_specifier_seq.locations[ds_type_spec]; in cp_parser_type_id_1()22254 if (is_template_arg && type_specifier_seq.type in cp_parser_type_id_1()22255 && TREE_CODE (type_specifier_seq.type) == TEMPLATE_TYPE_PARM in cp_parser_type_id_1()22256 && CLASS_PLACEHOLDER_TEMPLATE (type_specifier_seq.type)) in cp_parser_type_id_1()[all …]
2988 type_specifier_seq = (pp_fun) pp_cxx_type_specifier_seq; in cxx_pretty_printer()
9347 cp_decl_specifier_seq type_specifier_seq; in cp_parser_new_type_id() local9364 &type_specifier_seq); in cp_parser_new_type_id()9368 if (type_specifier_seq.type == error_mark_node) in cp_parser_new_type_id()9409 return groktypename (&type_specifier_seq, new_declarator, false); in cp_parser_new_type_id()24160 cp_decl_specifier_seq type_specifier_seq; in cp_parser_type_id_1() local24167 &type_specifier_seq); in cp_parser_type_id_1()24169 *type_location = type_specifier_seq.locations[ds_type_spec]; in cp_parser_type_id_1()24171 if (is_template_arg && type_specifier_seq.type in cp_parser_type_id_1()24172 && TREE_CODE (type_specifier_seq.type) == TEMPLATE_TYPE_PARM in cp_parser_type_id_1()24173 && CLASS_PLACEHOLDER_TEMPLATE (type_specifier_seq.type)) in cp_parser_type_id_1()[all …]
2985 type_specifier_seq = (pp_fun) pp_cxx_type_specifier_seq; in cxx_pretty_printer()
1923 if the cp_parser_type_specifier_seq call has type_specifier_seq.type
2600 * parse.y (type_specifier_seq): typed_typespecs or