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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1535 QualType BaseAllocType = Context.getBaseElementType(AllocType); local
1536 if (ArraySize && !BaseAllocType->isDependentType()) {
1537 if (const RecordType *BaseRecordType = BaseAllocType->getAs<RecordType>()) {
1543 << BaseAllocType);
1583 QualType BaseAllocType = Context.getBaseElementType(AT); local
1584 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None &&
1585 BaseAllocType->isObjCLifetimeType())
1587 << BaseAllocType;

Completed in 82 milliseconds