Searched refs:parseStructDeclarator (Results 1 – 4 of 4) sorted by relevance
343 TDeclarator *parseStructDeclarator(const ImmutableString &identifier, const TSourceLoc &loc);
1472 $$ = context->parseStructDeclarator(ImmutableString($1.string), @1);
4889 context->parseStructDeclarator(ImmutableString((yyvsp[0].lex).string), (yylsp[0])); in yyparse()
5819 TDeclarator *TParseContext::parseStructDeclarator(const ImmutableString &identifier, in parseStructDeclarator() function in sh::TParseContext