Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenABITypes.cpp49 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
50 return CGM->getTypes().arrangeObjCMessageSendSignature(MD, receiverType); in arrangeObjCMessageSendSignature()
HDCodeGenTypes.h242 QualType receiverType);
HDCGCall.cpp296 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
298 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaPseudoObject.cpp692 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet() local
700 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildGet()
704 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildGet()
725 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet() local
733 receiverType, in buildSet()
769 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildSet()
773 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildSet()
810 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation() local
812 ->getUsageType(receiverType); in buildRValueOperation()
1348 QualType receiverType = InstanceBase->getType(); in buildGet() local
[all …]
HDSemaExprObjC.cpp3913 QualType receiverType = in CheckObjCBridgeRelatedConversions() local
3917 ExprResult msg = BuildClassMessageImplicit(receiverType, false, in CheckObjCBridgeRelatedConversions()
/NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/
HDCodeGenABITypes.h62 QualType receiverType);
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp1039 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType()
1043 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h342 QualType getSendResultType(QualType receiverType) const;