Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp18465 CXXMethodDecl *OrigMethod = Method; in SetEligibleMethods() local
18466 if (FunctionDecl *MF = OrigMethod->getInstantiatedFromMemberFunction()) in SetEligibleMethods()
18467 OrigMethod = cast<CXXMethodDecl>(MF); in SetEligibleMethods()
18469 const Expr *Constraints = OrigMethod->getTrailingRequiresClause(); in SetEligibleMethods()
18478 if (!AreSpecialMemberFunctionsSameKind(S.Context, OrigMethod, OtherMethod, in SetEligibleMethods()
18489 if (S.IsAtLeastAsConstrained(OtherMethod, {OtherConstraints}, OrigMethod, in SetEligibleMethods()