Searched refs:receiverType (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 223 QualType receiverType);
|
| H A D | CGCall.cpp | 489 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 493 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
|
| /openbsd-src/gnu/llvm/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() 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 D | SemaExprObjC.cpp | 4331 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 D | CodeGenABITypes.h | 64 QualType receiverType);
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1244 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType() 1248 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 343 QualType getSendResultType(QualType receiverType) const;
|