Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h116 : 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
/external/clang/lib/Sema/
DSemaLookup.cpp3987 if (++CurrentTCIndex < ValidatedCorrections.size()) in getNextCorrection()
3988 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()
3990 CurrentTCIndex = ValidatedCorrections.size(); in getNextCorrection()
4008 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()