Home | History | Annotate | Download | only in Sema

Lines Matching refs:Cached

2258   // This was already cached
3785 UnqualifiedTyposCorrectedMap::iterator Cached
3787 if (Cached != UnqualifiedTyposCorrected.end()) {
3788 // Add the cached value, unless it's a keyword or fails validation. In the
3790 if (Cached->second) {
3791 if (!Cached->second.isKeyword() &&
3792 isCandidateViable(CCC, Cached->second))
3793 Consumer.addCorrection(Cached->second);
3801 if (Cached == UnqualifiedTyposCorrected.end()) {