Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp647 if (auto *Cached = SatisfactionCache.FindNodeOrInsertPos(ID, InsertPos)) { in CheckConstraintSatisfaction()
661 if (auto *Cached = SatisfactionCache.FindNodeOrInsertPos(ID, InsertPos)) { in CheckConstraintSatisfaction()
679 SatisfactionCache.InsertNode(Satisfaction.release()); in CheckConstraintSatisfaction()
H A DSema.cpp328 ArgPackSubstIndex(std::nullopt), SatisfactionCache(Context) { in Sema()
613 Satisfactions.reserve(SatisfactionCache.size()); in ~Sema()
614 for (auto &Node : SatisfactionCache) in ~Sema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14809 SatisfactionCache; variable