Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ReceiverType

293   QualType ReceiverType;
297 ReceiverType = E->getInstanceReceiver()->getType();
308 ReceiverType = E->getClassReceiver();
309 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
319 ReceiverType = E->getSuperType();
325 ReceiverType = E->getSuperType();
341 Receiver = EmitARCRetainAutorelease(ReceiverType, Receiver);