Searched refs:receiverType (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/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 | 235 QualType receiverType);
|
| H A D | CGCall.cpp | 500 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 504 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 739 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet() local 748 InstanceReceiver, receiverType, GenericLoc, Getter->getSelector(), in buildGet() 752 receiverType, RefExpr->isSuperReceiver(), GenericLoc, in buildGet() 772 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet() local 780 receiverType, in buildSet() 807 msg = S.ObjC().BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildSet() 812 receiverType, RefExpr->isSuperReceiver(), GenericLoc, SetterSelector, in buildSet() 847 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation() local 849 ->getUsageType(receiverType); in buildRValueOperation() 1304 QualType receiverType = InstanceBase->getType(); in buildGet() local [all …]
|
| H A D | SemaExprObjC.cpp | 4344 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() local 4347 ExprResult msg = BuildClassMessageImplicit(receiverType, false, in CheckObjCBridgeRelatedConversions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 65 QualType receiverType);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1244 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType() 1248 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 341 QualType getSendResultType(QualType receiverType) const;
|