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