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