Searched refs:CastPtr (Results 1 – 2 of 2) sorted by relevance
3103 const PointerType *CastPtr = DestType->getAs<PointerType>(); in CheckCStyleCast() local3104 if (Self.getLangOpts().ObjCAutoRefCount && CastPtr) { in CheckCStyleCast()3106 Qualifiers CastQuals = CastPtr->getPointeeType().getQualifiers(); in CheckCStyleCast()3108 if (CastPtr->getPointeeType()->isObjCLifetimeType() && in CheckCStyleCast()
731 Address CastPtr = in VisitCastExpr() local734 CGF.MakeAddrLValue(CastPtr, Ty)); in VisitCastExpr()