Home | History | Annotate | Download | only in Sema

Lines Matching defs:CacheEntry

6278     auto &CacheEntry = TransformCache[E];
6279 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) {
6280 return CacheEntry;
6305 return CacheEntry = NE;
6308 return CacheEntry = ExprError();