Searched refs:structTypeCheck (Results 1 – 4 of 4) sorted by relevance
423 void structTypeCheck(const TSourceLoc&, TPublicType&);
3539 parseContext.structTypeCheck($$.loc, $$);
10891 parseContext.structTypeCheck((yyval.interm.type).loc, (yyval.interm.type)); in yyparse()
5330 void TParseContext::structTypeCheck(const TSourceLoc& /*loc*/, TPublicType& publicType) in structTypeCheck() function in glslang::TParseContext