Searched refs:TheElementDeclRegion (Results 1 – 1 of 1) sorted by relevance
192 const DeclRegion *TheElementDeclRegion = SuperRegion->getAs<DeclRegion>(); in checkElementRegionAlign() local193 if (!TheElementDeclRegion) in checkElementRegionAlign()203 if (TheElementDeclRegion->getDecl()->getMaxAlignment()) in checkElementRegionAlign()204 BaseRegionAlign = getStorageAlign(C, TheElementDeclRegion->getDecl()); in checkElementRegionAlign()