Searched refs:parseFunctionHeader (Results 1 – 4 of 4) sorted by relevance
311 TFunction *parseFunctionHeader(const TPublicType &type,
690 $$ = context->parseFunctionHeader($1, ImmutableString($2.string), @2);
3301 (yyval.interm.function) = context->parseFunctionHeader( in yyparse()
4058 TFunction *TParseContext::parseFunctionHeader(const TPublicType &type, in parseFunctionHeader() function in sh::TParseContext