Searched refs:storageNode (Results 1 – 1 of 1) sorted by relevance
329 const Node* storageNode = enclosing.get(); in InterfaceBlock() local330 while (storageNode->getType() == TYPE_ARRAY_ELEMENT || in InterfaceBlock()331 storageNode->getType() == TYPE_LAYOUT_QUALIFIER) in InterfaceBlock()333 storageNode = storageNode->getEnclosingNode(); in InterfaceBlock()336 DE_ASSERT(storageNode->getType() == TYPE_STORAGE_QUALIFIER); in InterfaceBlock()337 DE_UNREF(storageNode); in InterfaceBlock()