Searched refs:CastPtr (Results 1 – 2 of 2) sorted by relevance
3061 const PointerType *CastPtr = DestType->getAs<PointerType>(); in CheckCStyleCast() local3062 if (Self.getLangOpts().ObjCAutoRefCount && CastPtr) { in CheckCStyleCast()3064 Qualifiers CastQuals = CastPtr->getPointeeType().getQualifiers(); in CheckCStyleCast()3066 if (CastPtr->getPointeeType()->isObjCLifetimeType() && in CheckCStyleCast()
724 Address CastPtr = in VisitCastExpr() local727 CGF.MakeAddrLValue(CastPtr, Ty)); in VisitCastExpr()