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.cpp19087 CXXMethodDecl *OtherMethod = Methods[j]; in SetEligibleMethods() local
19088 if (FunctionDecl *MF = OtherMethod->getInstantiatedFromMemberFunction()) in SetEligibleMethods()
19089 OtherMethod = cast<CXXMethodDecl>(MF); in SetEligibleMethods()
19091 if (!AreSpecialMemberFunctionsSameKind(S.Context, OrigMethod, OtherMethod, in SetEligibleMethods()
19095 const Expr *OtherConstraints = OtherMethod->getTrailingRequiresClause(); in SetEligibleMethods()
19102 if (S.IsAtLeastAsConstrained(OtherMethod, {OtherConstraints}, OrigMethod, in SetEligibleMethods()