Searched refs:BaseAllocType (Results 1 – 1 of 1) sorted by relevance
1031 QualType BaseAllocType = Context.getBaseElementType(AllocType); in BuildCXXNew() local1032 if (BaseAllocType.hasStrongOrWeakObjCLifetime()) in BuildCXXNew()1034 << 0 << BaseAllocType; in BuildCXXNew()1207 QualType BaseAllocType = Context.getBaseElementType(AT); in CheckAllocatedType() local1208 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()1209 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()1211 << BaseAllocType; in CheckAllocatedType()