Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h217 FoldSubsumptionCache; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp2073 auto It = FoldSubsumptionCache.find(Key); in Subsumes()
2074 if (It == FoldSubsumptionCache.end()) { in Subsumes()
2083 It = FoldSubsumptionCache.try_emplace(std::move(Key), DoesSubsume).first; in Subsumes()