Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5572 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedTemplate()
5574 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedTemplate()
5919 if (S.IsAtLeastAsConstrained(P1, AC1, P2, AC2, AtLeastAsConstrained1) || in getMoreSpecialized()
5922 if (S.IsAtLeastAsConstrained(P2, AC2, P1, AC1, AtLeastAsConstrained2)) in getMoreSpecialized()
H A DSemaConcept.cpp1466 bool Sema::IsAtLeastAsConstrained(NamedDecl *D1, in IsAtLeastAsConstrained() function in Sema
H A DSemaOverload.cpp10464 if (S.IsAtLeastAsConstrained(Function1, RC1, Function2, RC2, in isBetterOverloadCandidate()
10466 S.IsAtLeastAsConstrained(Function2, RC2, Function1, RC1, in isBetterOverloadCandidate()
13141 if (IsAtLeastAsConstrained(FD1, AC1, FD2, AC2, AtLeastAsConstrained1)) in resolveAddressOfSingleOverloadCandidate()
13143 if (IsAtLeastAsConstrained(FD2, AC2, FD1, AC1, AtLeastAsConstrained2)) in resolveAddressOfSingleOverloadCandidate()
H A DSemaTemplate.cpp7909 if (IsAtLeastAsConstrained(Param, ParamsAC, Template, TemplateAC, in CheckTemplateTemplateArgument()
H A DSemaDecl.cpp19102 if (S.IsAtLeastAsConstrained(OtherMethod, {OtherConstraints}, OrigMethod, in SetEligibleMethods()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7524 bool IsAtLeastAsConstrained(NamedDecl *D1, MutableArrayRef<const Expr *> AC1,