Searched refs:forbidDeclarators (Results 1 – 2 of 2) sorted by relevance
74 …ySpecifiedType(TType&, TIntermNode*& nodeList, const TAttributes&, bool forbidDeclarators = false);
375 bool forbidDeclarators = (peekTokenClass(EHTokCBuffer) || peekTokenClass(EHTokTBuffer)); in acceptDeclaration() local377 … if (! acceptFullySpecifiedType(declaredType, nodeList, declarator.attributes, forbidDeclarators)) in acceptDeclaration()382 if (forbidDeclarators) in acceptDeclaration()590 …iedType(TType& type, TIntermNode*& nodeList, const TAttributes& attributes, bool forbidDeclarators) in acceptFullySpecifiedType() argument620 if (forbidDeclarators || peek() != EHTokIdentifier) in acceptFullySpecifiedType()