Searched refs:BaseAllocType (Results 1 – 1 of 1) sorted by relevance
1633 QualType BaseAllocType = Context.getBaseElementType(AllocType); in BuildCXXNew() local1634 if (ArraySize && !BaseAllocType->isDependentType()) { in BuildCXXNew()1635 if (const RecordType *BaseRecordType = BaseAllocType->getAs<RecordType>()) { in BuildCXXNew()1641 << BaseAllocType); in BuildCXXNew()1681 QualType BaseAllocType = Context.getBaseElementType(AT); in CheckAllocatedType() local1682 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()1683 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()1685 << BaseAllocType; in CheckAllocatedType()