Home
last modified time | relevance | path

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

/freebsd-13.1/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.h226 QualType receiverType);
H A DCGCall.cpp476 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
479 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
/freebsd-13.1/contrib/llvm-project/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.cpp4340 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() local
4343 ExprResult msg = BuildClassMessageImplicit(receiverType, false, in CheckObjCBridgeRelatedConversions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h72 QualType receiverType);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1193 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType()
1197 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h344 QualType getSendResultType(QualType receiverType) const;