Searched refs:receiverType (Results 1 – 5 of 5) sorted by relevance
42 QualType receiverType) { in arrangeObjCMessageSendSignature() argument43 return CGM->getTypes().arrangeObjCMessageSendSignature(MD, receiverType); in arrangeObjCMessageSendSignature()
185 QualType receiverType);
284 QualType receiverType) { in arrangeObjCMessageSendSignature() argument286 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
669 QualType receiverType; in buildGet() local671 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver()); in buildGet()673 receiverType = RefExpr->getSuperReceiverType(); in buildGet()676 receiverType = InstanceReceiver->getType(); in buildGet()683 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildGet()687 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildGet()706 QualType receiverType; in buildSet() local708 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver()); in buildSet()710 receiverType = RefExpr->getSuperReceiverType(); in buildSet()713 receiverType = InstanceReceiver->getType(); in buildSet()[all …]
61 QualType receiverType);