Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp1492 QualType BaseAllocType = Context.getBaseElementType(AllocType); in BuildCXXNew() local
1493 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() local
1543 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()
1544 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()
1546 << BaseAllocType; in CheckAllocatedType()