Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1104 SmallVector<const Expr *, 3> TemplateAC; in CheckInstantiatedFunctionTemplateConstraints() local
1105 Template->getAssociatedConstraints(TemplateAC); in CheckInstantiatedFunctionTemplateConstraints()
1106 if (TemplateAC.empty()) { in CheckInstantiatedFunctionTemplateConstraints()
1135 return CheckConstraintSatisfaction(Template, TemplateAC, Converted, *MLTAL, in CheckInstantiatedFunctionTemplateConstraints()
H A DSemaTemplate.cpp3858 SmallVector<const Expr *, 3> PartialAC, TemplateAC; in checkMoreSpecializedThanPrimary() local
3859 Template->getAssociatedConstraints(TemplateAC); in checkMoreSpecializedThanPrimary()
3862 TemplateAC); in checkMoreSpecializedThanPrimary()
7161 SmallVector<const Expr *, 3> ParamsAC, TemplateAC; in CheckTemplateTemplateArgument() local
7169 Template->getAssociatedConstraints(TemplateAC); in CheckTemplateTemplateArgument()
7172 if (IsAtLeastAsConstrained(Param, ParamsAC, Template, TemplateAC, in CheckTemplateTemplateArgument()
7183 TemplateAC); in CheckTemplateTemplateArgument()