Home
last modified time | relevance | path

Searched refs:receiverType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaPseudoObject.cpp591 QualType receiverType; in buildGet() local
593 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver()); in buildGet()
595 receiverType = RefExpr->getSuperReceiverType(); in buildGet()
598 receiverType = InstanceReceiver->getType(); in buildGet()
605 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildGet()
609 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildGet()
629 QualType receiverType; in buildSet() local
631 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver()); in buildSet()
633 receiverType = RefExpr->getSuperReceiverType(); in buildSet()
636 receiverType = InstanceReceiver->getType(); in buildSet()
[all …]
/external/clang/lib/CodeGen/
DCodeGenTypes.h183 QualType receiverType);
DCGCall.cpp278 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
280 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()