Home | History | Annotate | Download | only in Sema

Lines Matching defs:Cached

2264   // This was already cached
3767 UnqualifiedTyposCorrectedMap::iterator Cached
3769 if (Cached != UnqualifiedTyposCorrected.end()) {
3770 // Add the cached value, unless it's a keyword or fails validation. In the
3772 if (Cached->second) {
3773 if (!Cached->second.isKeyword() &&
3774 isCandidateViable(CCC, Cached->second))
3775 Consumer.addCorrection(Cached->second);
3783 if (Cached == UnqualifiedTyposCorrected.end()) {