Searched refs:nestedStructCheck (Results 1 – 5 of 5) sorted by relevance
411 void nestedStructCheck(const TSourceLoc&);
3552 …: STRUCT IDENTIFIER LEFT_BRACE { parseContext.nestedStructCheck($1.loc); } struct_declaration_list…3563 …| STRUCT LEFT_BRACE { parseContext.nestedStructCheck($1.loc); } struct_declaration_list RIGHT_BRAC…
10811 { parseContext.nestedStructCheck((yyvsp[-2].lex).loc); } in yyparse()10833 { parseContext.nestedStructCheck((yyvsp[-1].lex).loc); } in yyparse()
5090 void TParseContext::nestedStructCheck(const TSourceLoc& loc) in nestedStructCheck() function in glslang::TParseContext