Searched refs:getSendResultType (Results 1 – 4 of 4) sorted by relevance
1058 QualType ObjCMethodDecl::getSendResultType() const { in getSendResultType() function in ObjCMethodDecl1064 QualType ObjCMethodDecl::getSendResultType(QualType receiverType) const { in getSendResultType() function in ObjCMethodDecl
338 QualType getSendResultType() const;342 QualType getSendResultType(QualType receiverType) const;
1285 return Method->getSendResultType(ReceiverType); in getBaseMessageSendResultType()1293 if (auto nullability = Method->getSendResultType(ReceiverType) in getBaseMessageSendResultType()1314 Method->getSendResultType(ReceiverType)); in getBaseMessageSendResultType()1335 Method->getSendResultType(ReceiverType)); in getBaseMessageSendResultType()
665 T = Method->getSendResultType(); in getDeclUsageType()2076 T = Method->getSendResultType(BaseType); in AddResultTypeChunk()7084 QualType ResTy = Method->getSendResultType().stripObjCKindOfType(Context); in CodeCompleteObjCMethodDecl()