Home | History | Annotate | Download | only in compiler

Lines Matching refs:enterStructDeclaration

600         if (context->enterStructDeclaration(@1, *$1.string))
1326 : STRUCT IDENTIFIER LEFT_BRACE { if (context->enterStructDeclaration(@2, *$2.string)) context->recover(); } struct_declaration_list RIGHT_BRACE {
1329 | STRUCT LEFT_BRACE { if (context->enterStructDeclaration(@2, *$2.string)) context->recover(); } struct_declaration_list RIGHT_BRACE {