Lines Matching refs:struct_specifier
414 YYSYMBOL_struct_specifier = 229, /* struct_specifier */
942 "struct_specifier", "struct_declaration_list", "struct_declaration",
5067 case 205: /* type_specifier_nonarray: struct_specifier */
5071 (yyval.type_specifier) = new(ctx) ast_type_specifier((yyvsp[0].struct_specifier));
5139 case 213: /* struct_specifier: STRUCT any_identifier '{' struct_declaration_list '}' */
5143 (yyval.struct_specifier) = new(ctx) ast_struct_specifier((yyvsp[-3].identifier), (yyvsp[-1].declarator_list));
5144 (yyval.struct_specifier)->set_location_range((yylsp[-3]), (yylsp[0]));
5150 case 214: /* struct_specifier: STRUCT '{' struct_declaration_list '}' */
5161 (yyval.struct_specifier) = new(ctx) ast_struct_specifier("#anon_struct", (yyvsp[-1].declarator_list));
5163 (yyval.struct_specifier)->set_location_range((yylsp[-2]), (yylsp[0]));