Searched refs:CurrentTCIndex (Results 1 – 2 of 2) sorted by relevance
103 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer()160 return CurrentTCIndex < ValidatedCorrections.size() in getCurrentCorrection()161 ? ValidatedCorrections[CurrentTCIndex] in getCurrentCorrection()170 auto Current = CurrentTCIndex; in peekNextCorrection()172 CurrentTCIndex = Current; in peekNextCorrection()180 CurrentTCIndex = 0; in resetCorrectionStream()187 CurrentTCIndex >= ValidatedCorrections.size(); in finished()193 SavedTCIndex = CurrentTCIndex; in saveCurrentPosition()198 CurrentTCIndex = SavedTCIndex; in restoreSavedPosition()280 size_t CurrentTCIndex; variable
3529 if (++CurrentTCIndex < ValidatedCorrections.size()) in getNextCorrection()3530 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()3532 CurrentTCIndex = ValidatedCorrections.size(); in getNextCorrection()3550 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()