Searched refs:nestedStructCheck (Results 1 – 5 of 5) sorted by relevance
383 void nestedStructCheck(const TSourceLoc&);
3326 …: STRUCT IDENTIFIER LEFT_BRACE { parseContext.nestedStructCheck($1.loc); } struct_declaration_list…3337 …| STRUCT LEFT_BRACE { parseContext.nestedStructCheck($1.loc); } struct_declaration_list RIGHT_BRAC…
9477 { parseContext.nestedStructCheck((yyvsp[-2].lex).loc); } in yyparse()9499 { parseContext.nestedStructCheck((yyvsp[-1].lex).loc); } in yyparse()
4642 void TParseContext::nestedStructCheck(const TSourceLoc& loc) in nestedStructCheck() function in glslang::TParseContext