Searched refs:IsAtLeastAsConstrained (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5286 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedTemplate() 5288 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedTemplate() 5520 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedPartialSpecialization() 5522 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedPartialSpecialization() 5546 if (IsAtLeastAsConstrained(Spec, SpecAC, Primary, PrimaryAC, in isMoreSpecializedThanPrimary() 5551 if (IsAtLeastAsConstrained(Primary, PrimaryAC, Spec, SpecAC, in isMoreSpecializedThanPrimary() 5584 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1)) in getMoreSpecializedPartialSpecialization() 5586 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2)) in getMoreSpecializedPartialSpecialization() 5621 if (IsAtLeastAsConstrained(Spec, SpecAC, Primary, PrimaryAC, in isMoreSpecializedThanPrimary() 5626 if (IsAtLeastAsConstrained(Primary, PrimaryAC, Spec, SpecAC, in isMoreSpecializedThanPrimary()
|
H A D | SemaConcept.cpp | 931 bool Sema::IsAtLeastAsConstrained(NamedDecl *D1, ArrayRef<const Expr *> AC1, in IsAtLeastAsConstrained() function in Sema
|
H A D | SemaOverload.cpp | 9783 if (S.IsAtLeastAsConstrained(Cand1.Function, {RC1}, Cand2.Function, in isBetterOverloadCandidate() 9785 S.IsAtLeastAsConstrained(Cand2.Function, {RC2}, Cand1.Function, in isBetterOverloadCandidate() 12320 if (IsAtLeastAsConstrained(FD1, AC1, FD2, AC2, AtLeastAsConstrained1)) in resolveAddressOfSingleOverloadCandidate() 12322 if (IsAtLeastAsConstrained(FD2, AC2, FD1, AC1, AtLeastAsConstrained2)) in resolveAddressOfSingleOverloadCandidate()
|
H A D | SemaTemplate.cpp | 7451 if (IsAtLeastAsConstrained(Param, ParamsAC, Template, TemplateAC, in CheckTemplateTemplateArgument()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 6761 bool IsAtLeastAsConstrained(NamedDecl *D1, ArrayRef<const Expr *> AC1,
|