Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ReceiverType

377   QualType ReceiverType;
381 ReceiverType = E->getInstanceReceiver()->getType();
392 ReceiverType = E->getClassReceiver();
393 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>();
403 ReceiverType = E->getSuperType();
409 ReceiverType = E->getSuperType();
425 Receiver = EmitARCRetainAutorelease(ReceiverType, Receiver);