Searched refs:NormalizationCache (Results 1 – 2 of 2) sorted by relevance
1403 auto CacheEntry = NormalizationCache.find(ConstrainedDecl); in getNormalizedAssociatedConstraints()1404 if (CacheEntry == NormalizationCache.end()) { in getNormalizedAssociatedConstraints()1409 NormalizationCache in getNormalizedAssociatedConstraints()
14493 llvm::DenseMap<NamedDecl *, NormalizedConstraint *> NormalizationCache; variable