Searched refs:getSendResultType (Results 1 – 4 of 4) sorted by relevance
1090 QualType ObjCMethodDecl::getSendResultType() const { in getSendResultType() function in ObjCMethodDecl1096 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType() function in ObjCMethodDecl
338 QualType getSendResultType() const;342 QualType getSendResultType(QualType receiverType) const;
1282 return Method->getSendResultType(ReceiverType); in getBaseMessageSendResultType()1290 if (auto nullability = Method->getSendResultType(ReceiverType) in getBaseMessageSendResultType()1311 Method->getSendResultType(ReceiverType)); in getBaseMessageSendResultType()1332 Method->getSendResultType(ReceiverType)); in getBaseMessageSendResultType()
682 T = Method->getSendResultType(); in getDeclUsageType()2088 T = Method->getSendResultType(BaseType); in AddResultTypeChunk()7104 QualType ResTy = Method->getSendResultType().stripObjCKindOfType(Context); in CodeCompleteObjCMethodDecl()