Searched refs:addStructDeclaratorList (Results 1 – 4 of 4) sorted by relevance
204 TFieldList *addStructDeclaratorList(const TPublicType &typeSpecifier, TFieldList *fieldList);
1345 $$ = context->addStructDeclaratorList($1, $2);1351 $$ = context->addStructDeclaratorList($2, $3);
4335 …(yyval.interm.fieldList) = context->addStructDeclaratorList((yyvsp[-2].interm.type), (yyvsp[-1].in… in yyparse()4346 …(yyval.interm.fieldList) = context->addStructDeclaratorList((yyvsp[-2].interm.type), (yyvsp[-1].in… in yyparse()
2997 TFieldList *TParseContext::addStructDeclaratorList(const TPublicType &typeSpecifier, TFieldList *fi… in addStructDeclaratorList() function in TParseContext