Searched refs:SatisfactionCache (Results 1 – 3 of 3) sorted by relevance
647 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()
328 ArgPackSubstIndex(std::nullopt), SatisfactionCache(Context) { in Sema()613 Satisfactions.reserve(SatisfactionCache.size()); in ~Sema()614 for (auto &Node : SatisfactionCache) in ~Sema()
14809 SatisfactionCache; variable