Searched refs:nestedStructCheck (Results 1 – 4 of 4) sorted by relevance
370 void nestedStructCheck(const TSourceLoc&);
3207 …: STRUCT IDENTIFIER LEFT_BRACE { parseContext.nestedStructCheck($1.loc); } struct_declaration_list…3218 …| STRUCT LEFT_BRACE { parseContext.nestedStructCheck($1.loc); } struct_declaration_list RIGHT_BRAC…
9273 { parseContext.nestedStructCheck((yyvsp[-2].lex).loc); } in yyparse()9295 { parseContext.nestedStructCheck((yyvsp[-1].lex).loc); } in yyparse()
4329 void TParseContext::nestedStructCheck(const TSourceLoc& loc) in nestedStructCheck() function in glslang::TParseContext