Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp38 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
39 return CGM.getTypes().arrangeObjCMessageSendSignature(MD, receiverType); in arrangeObjCMessageSendSignature()
H A DCodeGenTypes.h222 QualType receiverType);
H A DCGCall.cpp485 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
488 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp730 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 DSemaExprObjC.cpp4337 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 DCodeGenABITypes.h64 QualType receiverType);
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1209 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 DDeclObjC.h344 QualType getSendResultType(QualType receiverType) const;