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