Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp917 class AdjustConstraintDepth : public TreeTransform<AdjustConstraintDepth> { class
920 using inherited = TreeTransform<AdjustConstraintDepth>;
921 AdjustConstraintDepth(Sema &SemaRef, unsigned TemplateDepth) in AdjustConstraintDepth() function in __anon0c0fec810511::AdjustConstraintDepth
1793 AC1[I] = AdjustConstraintDepth(*this, Depth2 - Depth1) in IsAtLeastAsConstrained()
1797 AC2[I] = AdjustConstraintDepth(*this, Depth1 - Depth2) in IsAtLeastAsConstrained()