Home
last modified time | relevance | path

Searched defs:forbidDeclarators (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp377 bool forbidDeclarators = (peekTokenClass(EHTokCBuffer) || peekTokenClass(EHTokTBuffer)); in acceptDeclaration() local
603 …iedType(TType& type, TIntermNode*& nodeList, const TAttributes& attributes, bool forbidDeclarators) in acceptFullySpecifiedType()