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 103 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0),
160 return CurrentTCIndex < ValidatedCorrections.size()
161 ? ValidatedCorrections[CurrentTCIndex]
170 auto Current = CurrentTCIndex;
172 CurrentTCIndex = Current;
180 CurrentTCIndex = 0;
187 CurrentTCIndex >= ValidatedCorrections.size();
193 SavedTCIndex = CurrentTCIndex;
198 CurrentTCIndex = SavedTCIndex;
303 size_t CurrentTCIndex;
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 91 milliseconds