Home
last modified time | relevance | path

Searched refs:CurrentTCIndex (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DSemaInternal.h115 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer()
172 return CurrentTCIndex < ValidatedCorrections.size() in getCurrentCorrection()
173 ? ValidatedCorrections[CurrentTCIndex] in getCurrentCorrection()
182 auto Current = CurrentTCIndex; in peekNextCorrection()
184 CurrentTCIndex = Current; in peekNextCorrection()
192 CurrentTCIndex = 0; in resetCorrectionStream()
199 CurrentTCIndex >= ValidatedCorrections.size(); in finished()
205 SavedTCIndex = CurrentTCIndex; in saveCurrentPosition()
210 CurrentTCIndex = SavedTCIndex; in restoreSavedPosition()
315 size_t CurrentTCIndex; variable
/external/clang/lib/Sema/
DSemaLookup.cpp3901 if (++CurrentTCIndex < ValidatedCorrections.size()) in getNextCorrection()
3902 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()
3904 CurrentTCIndex = ValidatedCorrections.size(); in getNextCorrection()
3922 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()