Searched refs:nestedStructCheck (Results 1 – 4 of 4) sorted by relevance
417 void nestedStructCheck(const TSourceLoc&);
3575 …: STRUCT IDENTIFIER LEFT_BRACE { parseContext.nestedStructCheck($1.loc); } struct_declaration_list…3592 …| STRUCT LEFT_BRACE { parseContext.nestedStructCheck($1.loc); } struct_declaration_list RIGHT_BRAC…
10946 { parseContext.nestedStructCheck((yyvsp[-2].lex).loc); } in yyparse()10974 { parseContext.nestedStructCheck((yyvsp[-1].lex).loc); } in yyparse()
5263 void TParseContext::nestedStructCheck(const TSourceLoc& loc) in nestedStructCheck() function in glslang::TParseContext