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