Searched refs:receiverType (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 36 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 37 return CGM.getTypes().arrangeObjCMessageSendSignature(MD, receiverType); in arrangeObjCMessageSendSignature()
|
| H A D | CodeGenTypes.h | 242 QualType receiverType);
|
| H A D | CGCall.cpp | 569 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 572 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 737 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet() local 746 InstanceReceiver, receiverType, GenericLoc, Getter->getSelector(), in buildGet() 750 receiverType, RefExpr->isSuperReceiver(), GenericLoc, in buildGet() 770 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet() local 778 receiverType, in buildSet() 805 msg = S.ObjC().BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildSet() 810 receiverType, RefExpr->isSuperReceiver(), GenericLoc, SetterSelector, in buildSet() 845 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation() local 847 ->getUsageType(receiverType); in buildRValueOperation() 1302 QualType receiverType = InstanceBase->getType(); in buildGet() local [all …]
|
| H A D | SemaExprObjC.cpp | 4334 QualType receiverType = Context.getObjCInterfaceType(RelatedClass); in CheckObjCBridgeRelatedConversions() local 4337 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 | 1241 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType() 1245 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 341 QualType getSendResultType(QualType receiverType) const;
|