Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h138 : 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
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4072 if (++CurrentTCIndex < ValidatedCorrections.size()) in getNextCorrection()
4073 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()
4075 CurrentTCIndex = ValidatedCorrections.size(); in getNextCorrection()
4093 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()