Searched refs:receiverType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/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 | 222 QualType receiverType);
|
| H A D | CGCall.cpp | 485 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 488 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 730 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet() local 738 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildGet() 763 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet() local 771 receiverType, in buildSet() 798 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildSet() 839 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation() local 841 ->getUsageType(receiverType); in buildRValueOperation() 1379 QualType receiverType = InstanceBase->getType(); in buildGet() local 1390 msg = S.BuildInstanceMessageImplicit(InstanceBase, receiverType, in buildGet() 1408 QualType receiverType = InstanceBase->getType(); in buildSet() local [all …]
|
| H A D | SemaExprObjC.cpp | 4337 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() local 4340 ExprResult msg = BuildClassMessageImplicit(receiverType, false, in CheckObjCBridgeRelatedConversions()
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 64 QualType receiverType);
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1209 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType() 1213 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 344 QualType getSendResultType(QualType receiverType) const;
|