Searched refs:enterStructDeclaration (Results 1 – 4 of 4) sorted by relevance
598 context->enterStructDeclaration(@1, ImmutableString($1.string));1433 …: STRUCT identifier LEFT_BRACE { context->enterStructDeclaration(@2, ImmutableString($2.string)); …1436 …| STRUCT LEFT_BRACE { context->enterStructDeclaration(@2, kEmptyImmutableString); } struct_declara…
421 void enterStructDeclaration(const TSourceLoc &line, const ImmutableString &identifier);
3136 context->enterStructDeclaration((yylsp[-1]), ImmutableString((yyvsp[-1].lex).string)); in yyparse()4798 context->enterStructDeclaration((yylsp[-1]), ImmutableString((yyvsp[-1].lex).string)); in yyparse()4816 context->enterStructDeclaration((yylsp[0]), kEmptyImmutableString); in yyparse()
4740 void TParseContext::enterStructDeclaration(const TSourceLoc &line, in enterStructDeclaration() function in sh::TParseContext