Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaConcept.cpp651 if (auto *Cached = SatisfactionCache.FindNodeOrInsertPos(ID, InsertPos)) { in CheckConstraintSatisfaction()
665 if (auto *Cached = SatisfactionCache.FindNodeOrInsertPos(ID, InsertPos)) { in CheckConstraintSatisfaction()
683 SatisfactionCache.InsertNode(Satisfaction.release()); in CheckConstraintSatisfaction()
HDSema.cpp267 ArgumentPackSubstitutionIndex(-1), SatisfactionCache(Context) { in Sema()
542 Satisfactions.reserve(SatisfactionCache.size()); in ~Sema()
543 for (auto &Node : SatisfactionCache) in ~Sema()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h14489 SatisfactionCache; variable