Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp18474 CXXMethodDecl *OtherMethod = Methods[j]; in SetEligibleMethods() local
18475 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()