Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp2452 QualType BaseAllocType = Context.getBaseElementType(AT); in CheckAllocatedType() local
2453 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()
2454 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()
2456 << BaseAllocType; in CheckAllocatedType()