Lines Matching refs:interface_block
362 ast_interface_block *interface_block;
811 "external_declaration", "function_definition", "interface_block",
5496 (yyval.node) = (yyvsp[0].interface_block);
5540 ast_interface_block *const block = (yyvsp[-1].interface_block);
5552 (yyval.interface_block) = block;
5611 (yyval.interface_block) = new(state->linalloc) ast_interface_block(NULL, NULL);
5619 (yyval.interface_block) = new(state->linalloc) ast_interface_block((yyvsp[0].identifier), NULL);
5620 (yyval.interface_block)->set_location((yylsp[0]));
5628 (yyval.interface_block) = new(state->linalloc) ast_interface_block((yyvsp[-1].identifier), (yyvsp[0].array_specifier));
5629 (yyval.interface_block)->set_location_range((yylsp[-1]), (yylsp[0]));