Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp1875 QualType BaseAllocType = Context.getBaseElementType(AllocType); in BuildCXXNew() local
1876 if (ArraySize && !BaseAllocType->isDependentType()) { in BuildCXXNew()
1877 if (const RecordType *BaseRecordType = BaseAllocType->getAs<RecordType>()) { in BuildCXXNew()
1883 << BaseAllocType); in BuildCXXNew()
1923 QualType BaseAllocType = Context.getBaseElementType(AT); in CheckAllocatedType() local
1924 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()
1925 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()
1927 << BaseAllocType; in CheckAllocatedType()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2368 QualType BaseAllocType = Context.getBaseElementType(AT); in CheckAllocatedType() local
2369 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()
2370 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()
2372 << BaseAllocType; in CheckAllocatedType()