Home | History | Annotate | Download | only in Sema

Lines Matching defs:CacheEntry

6916     auto &CacheEntry = TransformCache[E];
6917 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) {
6918 return CacheEntry;
6945 return CacheEntry = NE;
6948 return CacheEntry = ExprError();