reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/SemaInternal.h
  155     return CurrentTCIndex < ValidatedCorrections.size()
  156                ? ValidatedCorrections[CurrentTCIndex]
  165     auto Current = CurrentTCIndex;
  167     CurrentTCIndex = Current;
  175     CurrentTCIndex = 0;
  182            CurrentTCIndex >= ValidatedCorrections.size();
  188     SavedTCIndex = CurrentTCIndex;
  193     CurrentTCIndex = SavedTCIndex;
tools/clang/lib/Sema/SemaLookup.cpp
 4318   if (++CurrentTCIndex < ValidatedCorrections.size())
 4319     return ValidatedCorrections[CurrentTCIndex];
 4321   CurrentTCIndex = ValidatedCorrections.size();
 4339       return ValidatedCorrections[CurrentTCIndex];