Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h103 : 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
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3529 if (++CurrentTCIndex < ValidatedCorrections.size()) in getNextCorrection()
3530 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()
3532 CurrentTCIndex = ValidatedCorrections.size(); in getNextCorrection()
3550 return ValidatedCorrections[CurrentTCIndex]; in getNextCorrection()