Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp751 class AdjustConstraintDepth : public TreeTransform<AdjustConstraintDepth> { class
754 using inherited = TreeTransform<AdjustConstraintDepth>;
755 AdjustConstraintDepth(Sema &SemaRef, unsigned TemplateDepth) in AdjustConstraintDepth() function in __anon8f98cdf70711::AdjustConstraintDepth
1508 AC1[I] = AdjustConstraintDepth(*this, Depth2 - Depth1) in IsAtLeastAsConstrained()
1512 AC2[I] = AdjustConstraintDepth(*this, Depth1 - Depth2) in IsAtLeastAsConstrained()