Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2174 QualType BaseAllocType = Context.getBaseElementType(AllocType); in BuildCXXNew() local
2175 if (ArraySize && !BaseAllocType->isDependentType()) { in BuildCXXNew()
2176 if (const RecordType *BaseRecordType = BaseAllocType->getAs<RecordType>()) { in BuildCXXNew()
2182 << BaseAllocType); in BuildCXXNew()
2224 QualType BaseAllocType = Context.getBaseElementType(AT); in CheckAllocatedType() local
2225 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()
2226 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()
2228 << BaseAllocType; in CheckAllocatedType()