Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3196 const PointerType *CastPtr = DestType->getAs<PointerType>(); in CheckCStyleCast() local
3197 if (Self.getLangOpts().ObjCAutoRefCount && CastPtr) { in CheckCStyleCast()
3199 Qualifiers CastQuals = CastPtr->getPointeeType().getQualifiers(); in CheckCStyleCast()
3201 if (CastPtr->getPointeeType()->isObjCLifetimeType() && in CheckCStyleCast()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp754 Address CastPtr = Dest.getAddress().withElementType(CGF.ConvertType(Ty)); in VisitCastExpr() local
756 CGF.MakeAddrLValue(CastPtr, Ty)); in VisitCastExpr()