Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp38 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
39 return CGM.getTypes().arrangeObjCMessageSendSignature(MD, receiverType); in arrangeObjCMessageSendSignature()
H A DCodeGenTypes.h218 QualType receiverType);
H A DCGCall.cpp491 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
495 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp735 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet() local
743 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildGet()
768 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet() local
776 receiverType, in buildSet()
803 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildSet()
844 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation() local
846 ->getUsageType(receiverType); in buildRValueOperation()
1384 QualType receiverType = InstanceBase->getType(); in buildGet() local
1395 msg = S.BuildInstanceMessageImplicit(InstanceBase, receiverType, in buildGet()
1413 QualType receiverType = InstanceBase->getType(); in buildSet() local
[all …]
H A DSemaExprObjC.cpp4336 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() local
4339 ExprResult msg = BuildClassMessageImplicit(receiverType, false, in CheckObjCBridgeRelatedConversions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h64 QualType receiverType);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1244 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType()
1248 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h341 QualType getSendResultType(QualType receiverType) const;