Home | History | Annotate | Download | only in Sema

Lines Matching refs:ReceiverType

5371   QualType ReceiverType = RecExpr? RecExpr->getType() 
5379 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType())
5381 if (ReceiverType->isObjCClassType())
5387 ReceiverType = Context.getObjCObjectPointerType(
5395 ReceiverType, SelIdents, NumSelIdents));
5419 if (ReceiverType->isObjCClassType() ||
5420 ReceiverType->isObjCQualifiedClassType()) {
5429 = ReceiverType->getAsObjCQualifiedIdType()) {
5439 = ReceiverType->getAsObjCInterfacePointerType()) {
5453 else if (ReceiverType->isObjCIdType()) {