Home | History | Annotate | Download | only in Sema

Lines Matching refs:CacheEntry

6629     auto &CacheEntry = TransformCache[E];
6630 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) {
6631 return CacheEntry;
6658 return CacheEntry = NE;
6661 return CacheEntry = ExprError();