Searched refs:addConstructorFunc (Results 1 – 4 of 4) sorted by relevance
195 TFunction *addConstructorFunc(const TPublicType &publicType);
377 $$ = context->addConstructorFunc($1);
2607 (yyval.interm.function) = context->addConstructorFunc((yyvsp[0].interm.type)); in yyparse()
2071 TFunction *TParseContext::addConstructorFunc(const TPublicType &publicTypeIn) in addConstructorFunc() function in TParseContext