reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1308 assert(Method && "Must have a method"); 1309 if (!Method->hasRelatedResultType()) 1310 return Method->getSendResultType(ReceiverType); 1318 if (auto nullability = Method->getSendResultType(ReceiverType) 1337 if (Method->isInstanceMethod() && isClassMessage) 1339 Method->getSendResultType(ReceiverType)); 1360 Method->getSendResultType(ReceiverType));