Searched refs:BaseAllocType (Results 1 – 1 of 1) sorted by relevance
1492 QualType BaseAllocType = Context.getBaseElementType(AllocType); in BuildCXXNew() local1493 if (ArraySize && !BaseAllocType->isDependentType()) { in BuildCXXNew()1494 if (const RecordType *BaseRecordType = BaseAllocType->getAs<RecordType>()) { in BuildCXXNew()1500 << BaseAllocType); in BuildCXXNew()1542 QualType BaseAllocType = Context.getBaseElementType(AT); in CheckAllocatedType() local1543 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()1544 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()1546 << BaseAllocType; in CheckAllocatedType()