Searched refs:CurrentTCIndex (Results 1 – 2 of 2) sorted by relevance
138 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer()195 return CurrentTCIndex < ValidatedCorrections.size() in getCurrentCorrection()196 ? ValidatedCorrections[CurrentTCIndex] in getCurrentCorrection()205 auto Current = CurrentTCIndex; in peekNextCorrection()207 CurrentTCIndex = Current; in peekNextCorrection()215 CurrentTCIndex = 0; in resetCorrectionStream()222 CurrentTCIndex >= ValidatedCorrections.size(); in finished()228 SavedTCIndex = CurrentTCIndex; in saveCurrentPosition()233 CurrentTCIndex = SavedTCIndex; in restoreSavedPosition()341 size_t CurrentTCIndex; variable
4072 if (++CurrentTCIndex < ValidatedCorrections.size()) in getNextCorrection()4073 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()4075 CurrentTCIndex = ValidatedCorrections.size(); in getNextCorrection()4093 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()