Searched refs:receiverType (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenABITypes.cpp | 49 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 50 return CGM->getTypes().arrangeObjCMessageSendSignature(MD, receiverType); in arrangeObjCMessageSendSignature()
|
| HD | CodeGenTypes.h | 242 QualType receiverType);
|
| HD | CGCall.cpp | 296 QualType receiverType) { in arrangeObjCMessageSendSignature() argument 298 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaPseudoObject.cpp | 692 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildGet() local 700 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildGet() 704 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildGet() 725 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildSet() local 733 receiverType, in buildSet() 769 msg = S.BuildInstanceMessageImplicit(InstanceReceiver, receiverType, in buildSet() 773 msg = S.BuildClassMessageImplicit(receiverType, RefExpr->isSuperReceiver(), in buildSet() 810 QualType receiverType = RefExpr->getReceiverType(S.Context); in buildRValueOperation() local 812 ->getUsageType(receiverType); in buildRValueOperation() 1348 QualType receiverType = InstanceBase->getType(); in buildGet() local [all …]
|
| HD | SemaExprObjC.cpp | 3913 QualType receiverType = in CheckObjCBridgeRelatedConversions() local 3917 ExprResult msg = BuildClassMessageImplicit(receiverType, false, in CheckObjCBridgeRelatedConversions()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| HD | CodeGenABITypes.h | 62 QualType receiverType);
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclObjC.cpp | 1039 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType() 1043 .substObjCMemberType(receiverType, getDeclContext(), in getSendResultType()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 342 QualType getSendResultType(QualType receiverType) const;
|