Searched refs:CastPtr (Results 1 – 2 of 2) sorted by relevance
2662 const PointerType *CastPtr = DestType->getAs<PointerType>(); in CheckCStyleCast() local2663 if (Self.getLangOpts().ObjCAutoRefCount && CastPtr) { in CheckCStyleCast()2665 Qualifiers CastQuals = CastPtr->getPointeeType().getQualifiers(); in CheckCStyleCast()2667 if (CastPtr->getPointeeType()->isObjCLifetimeType() && in CheckCStyleCast()
707 Address CastPtr = in VisitCastExpr() local710 CGF.MakeAddrLValue(CastPtr, Ty)); in VisitCastExpr()