Searched refs:CurrentTCIndex (Results 1 – 2 of 2) sorted by relevance
116 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer()173 return CurrentTCIndex < ValidatedCorrections.size() in getCurrentCorrection()174 ? ValidatedCorrections[CurrentTCIndex] in getCurrentCorrection()183 auto Current = CurrentTCIndex; in peekNextCorrection()185 CurrentTCIndex = Current; in peekNextCorrection()193 CurrentTCIndex = 0; in resetCorrectionStream()200 CurrentTCIndex >= ValidatedCorrections.size(); in finished()206 SavedTCIndex = CurrentTCIndex; in saveCurrentPosition()211 CurrentTCIndex = SavedTCIndex; in restoreSavedPosition()319 size_t CurrentTCIndex; variable
3987 if (++CurrentTCIndex < ValidatedCorrections.size()) in getNextCorrection()3988 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()3990 CurrentTCIndex = ValidatedCorrections.size(); in getNextCorrection()4008 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()