Searched refs:OtherMethod (Results 1 – 1 of 1) sorted by relevance
18474 CXXMethodDecl *OtherMethod = Methods[j]; in SetEligibleMethods() local18475 if (FunctionDecl *MF = OtherMethod->getInstantiatedFromMemberFunction()) in SetEligibleMethods()18476 OtherMethod = cast<CXXMethodDecl>(MF); in SetEligibleMethods()18478 if (!AreSpecialMemberFunctionsSameKind(S.Context, OrigMethod, OtherMethod, in SetEligibleMethods()18482 const Expr *OtherConstraints = OtherMethod->getTrailingRequiresClause(); in SetEligibleMethods()18489 if (S.IsAtLeastAsConstrained(OtherMethod, {OtherConstraints}, OrigMethod, in SetEligibleMethods()