Home
last modified time | relevance | path

Searched refs:BaseAllocType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExprCXX.cpp1633 QualType BaseAllocType = Context.getBaseElementType(AllocType); in BuildCXXNew() local
1634 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() local
1682 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()
1683 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()
1685 << BaseAllocType; in CheckAllocatedType()