Home | History | Annotate | Download | only in Checkers

Lines Matching refs:ReceiverType

655   QualType ReceiverType = MessageExpr->getReceiverType();
657 ReceiverType->getAs<ObjCObjectPointerType>();
666 if (ReceiverType->isObjCIdType() || ReceiverType->isObjCClassType() ||
800 QualType ReceiverType = MessageExpr->getClassReceiver();
801 const auto *ReceiverClassType = ReceiverType->getAs<ObjCObjectType>();