Searched refs:blockMemberExtensionCheck (Results 1 – 2 of 2) sorted by relevance
309 … void blockMemberExtensionCheck(const TSourceLoc&, const TIntermTyped* base, const TString& field);
316 blockMemberExtensionCheck(loc, nullptr, *string); in handleVariable()837 blockMemberExtensionCheck(loc, base, field); in handleDotDereference()860 void TParseContext::blockMemberExtensionCheck(const TSourceLoc& loc, const TIntermTyped* /*base*/, … in blockMemberExtensionCheck() function in glslang::TParseContext