Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp329 Satisfaction = SatisfactionCache.FindNodeOrInsertPos(ID, InsertPos); in CheckConstraintSatisfaction()
349 SatisfactionCache.InsertNode(Satisfaction); in CheckConstraintSatisfaction()
H A DSema.cpp202 SatisfactionCache(Context), AccessCheckingSFINAE(false),
461 for (auto &Node : SatisfactionCache) in ~Sema()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6816 SatisfactionCache; variable