Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp2116 bool postDeclsFound = acceptPostDecls(postDeclQualifier); in acceptStruct() local
2121 …if (structName.size() > 0 && !postDeclsFound && parseContext.lookupUserType(structName, type) != n… in acceptStruct()