Home | History | Annotate | Download | only in Sema

Lines Matching refs:ReceiverType

5714   QualType ReceiverType = RecExpr? RecExpr->getType() 
5722 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType()) {
5724 if (ReceiverType->isObjCClassType())
5730 ReceiverType = Context.getObjCObjectPointerType(
5737 ReceiverType = RecExpr->getType();
5745 ReceiverType, SelIdents));
5768 if (ReceiverType->isObjCClassType() ||
5769 ReceiverType->isObjCQualifiedClassType()) {
5778 = ReceiverType->getAsObjCQualifiedIdType()) {
5786 = ReceiverType->getAsObjCInterfacePointerType()) {
5798 else if (ReceiverType->isObjCIdType()) {