Searched refs:receiverType (Results 1 – 3 of 3) sorted by relevance
591 QualType receiverType; in buildGet() local593 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver()); in buildGet()595 receiverType = RefExpr->getSuperReceiverType(); in buildGet()598 receiverType = InstanceReceiver->getType(); in buildGet()605 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildGet()609 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildGet()629 QualType receiverType; in buildSet() local631 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver()); in buildSet()633 receiverType = RefExpr->getSuperReceiverType(); in buildSet()636 receiverType = InstanceReceiver->getType(); in buildSet()[all …]
183 QualType receiverType);
278 QualType receiverType) { in arrangeObjCMessageSendSignature() argument280 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()