Searched refs:BaseAllocType (Results 1 – 1 of 1) sorted by relevance
2543 QualType BaseAllocType = Context.getBaseElementType(AT); in CheckAllocatedType() local2544 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()2545 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()2547 << BaseAllocType; in CheckAllocatedType()