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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1280 QualType BaseAllocType = Context.getBaseElementType(AllocType); local
1281 if (BaseAllocType.hasStrongOrWeakObjCLifetime())
1283 << 0 << BaseAllocType;
1417 QualType BaseAllocType = Context.getBaseElementType(AllocType); local
1418 if (ArraySize && !BaseAllocType->isDependentType()) {
1419 if (const RecordType *BaseRecordType = BaseAllocType->getAs<RecordType>()) {
1425 << BaseAllocType);
1467 QualType BaseAllocType = Context.getBaseElementType(AT); local
1468 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None &&
1469 BaseAllocType
[all...]

Completed in 122 milliseconds