Home
last modified time | relevance | path

Searched refs:OtherMethod (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19286 CXXMethodDecl *OtherMethod = Methods[j]; in SetEligibleMethods() local
19287 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()