Searched refs:parseFunctionDeclarator (Results 1 – 8 of 8) sorted by relevance
194 TFunction *parseFunctionDeclarator(const TSourceLoc &location, TFunction *function);
643 $$.function = context->parseFunctionDeclarator(@2, $1);
2004 TFunction *TParseContext::parseFunctionDeclarator(const TSourceLoc &location, TFunction *function) in parseFunctionDeclarator() function in TParseContext
3143 …(yyval.interm).function = context->parseFunctionDeclarator((yylsp[0]), (yyvsp[-1].interm.function)… in yyparse()
306 TFunction *parseFunctionDeclarator(const TSourceLoc &location, TFunction *function);
637 $$.function = context->parseFunctionDeclarator(@2, $1);
3228 context->parseFunctionDeclarator((yylsp[0]), (yyvsp[-1].interm.function)); in yyparse()
3903 TFunction *TParseContext::parseFunctionDeclarator(const TSourceLoc &location, TFunction *function) in parseFunctionDeclarator() function in sh::TParseContext