Searched refs:IsAtLeastAsConstrained (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 5164 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedTemplate() 5166 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedTemplate() 5398 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedPartialSpecialization() 5400 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedPartialSpecialization() 5424 if (IsAtLeastAsConstrained(Spec, SpecAC, Primary, PrimaryAC, in isMoreSpecializedThanPrimary() 5429 if (IsAtLeastAsConstrained(Primary, PrimaryAC, Spec, SpecAC, in isMoreSpecializedThanPrimary() 5462 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedPartialSpecialization() 5464 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedPartialSpecialization() 5499 if (IsAtLeastAsConstrained(Spec, SpecAC, Primary, PrimaryAC, in isMoreSpecializedThanPrimary() 5504 if (IsAtLeastAsConstrained(Primary, PrimaryAC, Spec, SpecAC, in isMoreSpecializedThanPrimary()
|
| H A D | SemaConcept.cpp | 968 bool Sema::IsAtLeastAsConstrained(NamedDecl *D1, ArrayRef<const Expr *> AC1, in IsAtLeastAsConstrained() function in Sema
|
| H A D | SemaOverload.cpp | 9932 if (S.IsAtLeastAsConstrained(Cand1.Function, {RC1}, Cand2.Function, {RC2}, in isBetterOverloadCandidate() 9934 S.IsAtLeastAsConstrained(Cand2.Function, {RC2}, Cand1.Function, {RC1}, in isBetterOverloadCandidate() 12509 if (IsAtLeastAsConstrained(FD1, AC1, FD2, AC2, AtLeastAsConstrained1)) in resolveAddressOfSingleOverloadCandidate() 12511 if (IsAtLeastAsConstrained(FD2, AC2, FD1, AC1, AtLeastAsConstrained2)) in resolveAddressOfSingleOverloadCandidate()
|
| H A D | SemaTemplate.cpp | 7515 if (IsAtLeastAsConstrained(Param, ParamsAC, Template, TemplateAC, in CheckTemplateTemplateArgument()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 7128 bool IsAtLeastAsConstrained(NamedDecl *D1, ArrayRef<const Expr *> AC1,
|