Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp2212 QualType BaseAllocType = Context.getBaseElementType(AT); in CheckAllocatedType() local
2213 if (BaseAllocType.getObjCLifetime() == Qualifiers::OCL_None && in CheckAllocatedType()
2214 BaseAllocType->isObjCLifetimeType()) in CheckAllocatedType()
2216 << BaseAllocType; in CheckAllocatedType()