Searched refs:NormalizationCache (Results 1 – 2 of 2) sorted by relevance
1416 auto CacheEntry = NormalizationCache.find(ConstrainedDecl); in getNormalizedAssociatedConstraints()1417 if (CacheEntry == NormalizationCache.end()) { in getNormalizedAssociatedConstraints()1421 NormalizationCache in getNormalizedAssociatedConstraints()
14806 llvm::DenseMap<const NamedDecl *, NormalizedConstraint *> NormalizationCache; variable