Searched refs:IsAtLeastAsConstrained (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 5296 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedTemplate() 5298 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedTemplate() 5527 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedPartialSpecialization() 5529 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedPartialSpecialization() 5553 if (IsAtLeastAsConstrained(Spec, SpecAC, Primary, PrimaryAC, in isMoreSpecializedThanPrimary() 5558 if (IsAtLeastAsConstrained(Primary, PrimaryAC, Spec, SpecAC, in isMoreSpecializedThanPrimary() 5591 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedPartialSpecialization() 5593 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedPartialSpecialization() 5628 if (IsAtLeastAsConstrained(Spec, SpecAC, Primary, PrimaryAC, in isMoreSpecializedThanPrimary() 5633 if (IsAtLeastAsConstrained(Primary, PrimaryAC, Spec, SpecAC, in isMoreSpecializedThanPrimary()
|
D | SemaConcept.cpp | 914 bool Sema::IsAtLeastAsConstrained(NamedDecl *D1, ArrayRef<const Expr *> AC1, in IsAtLeastAsConstrained() function in Sema
|
D | SemaOverload.cpp | 9786 if (S.IsAtLeastAsConstrained(Cand1.Function, {RC1}, Cand2.Function, in isBetterOverloadCandidate() 9788 S.IsAtLeastAsConstrained(Cand2.Function, {RC2}, Cand1.Function, in isBetterOverloadCandidate() 12334 if (IsAtLeastAsConstrained(FD1, AC1, FD2, AC2, AtLeastAsConstrained1)) in resolveAddressOfSingleOverloadCandidate() 12336 if (IsAtLeastAsConstrained(FD2, AC2, FD1, AC1, AtLeastAsConstrained2)) in resolveAddressOfSingleOverloadCandidate()
|
D | SemaTemplate.cpp | 7461 if (IsAtLeastAsConstrained(Param, ParamsAC, Template, TemplateAC, in CheckTemplateTemplateArgument()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6614 bool IsAtLeastAsConstrained(NamedDecl *D1, ArrayRef<const Expr *> AC1,
|