Searched refs:BaseAllocType (Results 1 – 1 of 1) sorted by relevance
2174 QualType BaseAllocType = Context.getBaseElementType(AllocType); in BuildCXXNew() local2175 if (ArraySize && !BaseAllocType->isDependentType()) { in BuildCXXNew()2176 if (const RecordType *BaseRecordType = BaseAllocType->getAs<RecordType>()) { in BuildCXXNew()2182 << BaseAllocType); in BuildCXXNew()2224 QualType BaseAllocType = Context.getBaseElementType(AT); in CheckAllocatedType() local2225 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()2226 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()2228 << BaseAllocType; in CheckAllocatedType()