Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:receiverType

155   QualType ReceiverType;
159 ReceiverType = E->getInstanceReceiver()->getType();
170 ReceiverType = E->getClassReceiver();
171 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
181 ReceiverType = E->getSuperType();
187 ReceiverType = E->getSuperType();
203 Receiver = EmitARCRetainAutorelease(ReceiverType, Receiver);
1140 QualType receiverType;
1142 receiverType = E->getSuperReceiverType();
1144 receiverType = getContext().getObjCClassType();
1146 receiverType = E->getBase()->getType();