Searched refs:CastPtr (Results 1 – 2 of 2) sorted by relevance
3303 const PointerType *CastPtr = DestType->getAs<PointerType>(); in CheckCStyleCast() local3304 if (Self.getLangOpts().ObjCAutoRefCount && CastPtr) { in CheckCStyleCast()3306 Qualifiers CastQuals = CastPtr->getPointeeType().getQualifiers(); in CheckCStyleCast()3308 if (CastPtr->getPointeeType()->isObjCLifetimeType() && in CheckCStyleCast()
867 Address CastPtr = Dest.getAddress().withElementType(CGF.ConvertType(Ty)); in VisitCastExpr() local869 CGF.MakeAddrLValue(CastPtr, Ty)); in VisitCastExpr()