Searched refs:structTypeCheck (Results 1 – 5 of 5) sorted by relevance
389 void structTypeCheck(const TSourceLoc&, TPublicType&);
3290 parseContext.structTypeCheck($$.loc, $$);
4713 void TParseContext::structTypeCheck(const TSourceLoc& /*loc*/, TPublicType& publicType) in structTypeCheck() function in glslang::TParseContext
9422 parseContext.structTypeCheck((yyval.interm.type).loc, (yyval.interm.type)); in yyparse()