Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp32 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
33 return CGM.getTypes().arrangeObjCMessageSendSignature(MD, receiverType); in arrangeObjCMessageSendSignature()
H A DCodeGenTypes.h288 QualType receiverType);
H A DCGCall.cpp475 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
478 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp740 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet() local
748 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildGet()
773 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet() local
781 receiverType, in buildSet()
808 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildSet()
849 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation() local
851 ->getUsageType(receiverType); in buildRValueOperation()
1389 QualType receiverType = InstanceBase->getType(); in buildGet() local
1400 msg = S.BuildInstanceMessageImplicit(InstanceBase, receiverType, in buildGet()
1418 QualType receiverType = InstanceBase->getType(); in buildSet() local
[all …]
H A DSemaExprObjC.cpp4115 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() local
4118 ExprResult msg = BuildClassMessageImplicit(receiverType, false, in CheckObjCBridgeRelatedConversions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h55 QualType receiverType);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1169 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType()
1173 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h335 QualType getSendResultType(QualType receiverType) const;