Home | History | Annotate | Download | only in Sema

Lines Matching refs:ReceiverType

5520   QualType ReceiverType = RecExpr? RecExpr->getType() 
5528 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType())
5530 if (ReceiverType->isObjCClassType())
5536 ReceiverType = Context.getObjCObjectPointerType(
5544 ReceiverType, SelIdents, NumSelIdents));
5568 if (ReceiverType->isObjCClassType() ||
5569 ReceiverType->isObjCQualifiedClassType()) {
5578 = ReceiverType->getAsObjCQualifiedIdType()) {
5588 = ReceiverType->getAsObjCInterfacePointerType()) {
5602 else if (ReceiverType->isObjCIdType()) {