Searched refs:receiverType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 38 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 39 return CGM.getTypes().arrangeObjCMessageSendSignature(MD, receiverType); in arrangeObjCMessageSendSignature()
|
| H A D | CodeGenTypes.h | 218 QualType receiverType);
|
| H A D | CGCall.cpp | 491 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 D | SemaPseudoObject.cpp | 735 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 D | SemaExprObjC.cpp | 4336 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 D | CodeGenABITypes.h | 64 QualType receiverType);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1244 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 D | DeclObjC.h | 341 QualType getSendResultType(QualType receiverType) const;
|