HomeSort by relevance Sort by last modified time
    Searched refs:CurrentTCIndex (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
SemaInternal.h 115 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0),
172 return CurrentTCIndex < ValidatedCorrections.size()
173 ? ValidatedCorrections[CurrentTCIndex]
182 auto Current = CurrentTCIndex;
184 CurrentTCIndex = Current;
192 CurrentTCIndex = 0;
199 CurrentTCIndex >= ValidatedCorrections.size();
205 SavedTCIndex = CurrentTCIndex;
210 CurrentTCIndex = SavedTCIndex;
315 size_t CurrentTCIndex;
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 499 milliseconds