Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19277 CXXMethodDecl *OrigMethod = Method; in SetEligibleMethods() local
19278 if (FunctionDecl *MF = OrigMethod->getInstantiatedFromMemberFunction()) in SetEligibleMethods()
19279 OrigMethod = cast<CXXMethodDecl>(MF); in SetEligibleMethods()
19281 AssociatedConstraint Orig = OrigMethod->getTrailingRequiresClause(); in SetEligibleMethods()
19290 if (!AreSpecialMemberFunctionsSameKind(S.Context, OrigMethod, OtherMethod, in SetEligibleMethods()
19301 if (S.IsAtLeastAsConstrained(OtherMethod, {Other}, OrigMethod, {Orig}, in SetEligibleMethods()