Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp38 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
39 return CGM.getTypes().arrangeObjCMessageSendSignature(MD, receiverType); in arrangeObjCMessageSendSignature()
H A DCodeGenTypes.h223 QualType receiverType);
H A DCGCall.cpp489 QualType receiverType) { in arrangeObjCMessageSendSignature() argument
493 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp730 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet() local
738 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildGet()
742 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildGet()
763 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet() local
771 receiverType, in buildSet()
798 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildSet()
802 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), 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
[all …]
H A DSemaExprObjC.cpp4331 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() local
4334 ExprResult msg = BuildClassMessageImplicit(receiverType, false, in CheckObjCBridgeRelatedConversions()
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h64 QualType receiverType);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1244 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType()
1248 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h343 QualType getSendResultType(QualType receiverType) const;