reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2318 S.Diag(MethodImpl->getLocation(), 2324 S.Diag(MethodDecl->getLocation(), diag::note_previous_declaration) 2332 !S.Context.hasSameNullabilityTypeQualifier(MethodImpl->getReturnType(), 2336 *MethodImpl->getReturnType()->getNullability(S.Context); 2338 *MethodDecl->getReturnType()->getNullability(S.Context); 2339 S.Diag(MethodImpl->getLocation(), 2349 S.Diag(MethodDecl->getLocation(), diag::note_previous_declaration); 2352 if (S.Context.hasSameUnqualifiedType(MethodImpl->getReturnType(), 2372 if (isObjCTypeSubstitutable(S.Context, IfacePtrTy, ImplPtrTy, false)) 2381 S.Diag(MethodImpl->getLocation(), DiagID) 2385 S.Diag(MethodDecl->getLocation(), IsOverridingMode