Searched refs:CastPtr (Results 1 – 2 of 2) sorted by relevance
3150 const PointerType *CastPtr = DestType->getAs<PointerType>(); in CheckCStyleCast() local3151 if (Self.getLangOpts().ObjCAutoRefCount && CastPtr) { in CheckCStyleCast()3153 Qualifiers CastQuals = CastPtr->getPointeeType().getQualifiers(); in CheckCStyleCast()3155 if (CastPtr->getPointeeType()->isObjCLifetimeType() && in CheckCStyleCast()
749 Address CastPtr = in VisitCastExpr() local752 CGF.MakeAddrLValue(CastPtr, Ty)); in VisitCastExpr()