Searched refs:OtherMethod (Results 1 – 1 of 1) sorted by relevance
19286 CXXMethodDecl *OtherMethod = Methods[j]; in SetEligibleMethods() local19287 if (FunctionDecl *MF = OtherMethod->getInstantiatedFromMemberFunction()) in SetEligibleMethods()19288 OtherMethod = cast<CXXMethodDecl>(MF); in SetEligibleMethods()19290 if (!AreSpecialMemberFunctionsSameKind(S.Context, OrigMethod, OtherMethod, in SetEligibleMethods()19294 AssociatedConstraint Other = OtherMethod->getTrailingRequiresClause(); in SetEligibleMethods()19301 if (S.IsAtLeastAsConstrained(OtherMethod, {Other}, OrigMethod, {Orig}, in SetEligibleMethods()