Home
last modified time | relevance | path

Searched refs:accStructCheck (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h365 void accStructCheck(const TSourceLoc & loc, const TType & type, const TString & identifier);
DParseHelper.cpp3333 void TParseContext::accStructCheck(const TSourceLoc& loc, const TType& type, const TString& identif… in accStructCheck() function in glslang::TParseContext
6618 accStructCheck(loc, type, identifier); in declareVariable()