Searched refs:BaseAllocType (Results 1 – 1 of 1) sorted by relevance
1875 QualType BaseAllocType = Context.getBaseElementType(AllocType); in BuildCXXNew() local1876 if (ArraySize && !BaseAllocType->isDependentType()) { in BuildCXXNew()1877 if (const RecordType *BaseRecordType = BaseAllocType->getAs<RecordType>()) { in BuildCXXNew()1883 << BaseAllocType); in BuildCXXNew()1923 QualType BaseAllocType = Context.getBaseElementType(AT); in CheckAllocatedType() local1924 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()1925 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()1927 << BaseAllocType; in CheckAllocatedType()