Searched refs:enterStructDeclaration (Results 1 – 4 of 4) sorted by relevance
599 if (context->enterStructDeclaration(@1, *$1.string))1316 …: STRUCT IDENTIFIER LEFT_BRACE { if (context->enterStructDeclaration(@2, *$2.string)) context->rec…1319 …| STRUCT LEFT_BRACE { if (context->enterStructDeclaration(@2, *$2.string)) context->recover(); } s…
217 bool enterStructDeclaration(const TSourceLoc &line, const TString& identifier);
3063 if (context->enterStructDeclaration((yylsp[-1]), *(yyvsp[-1].lex).string)) in yyparse()4280 … { if (context->enterStructDeclaration((yylsp[-1]), *(yyvsp[-1].lex).string)) context->recover(); } in yyparse()4294 { if (context->enterStructDeclaration((yylsp[0]), *(yyvsp[0].lex).string)) context->recover(); } in yyparse()
3008 bool TParseContext::enterStructDeclaration(const TSourceLoc &line, const TString& identifier) in enterStructDeclaration() function in TParseContext