OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentTCIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h
98
: Typo(TypoName.getName().getAsIdentifierInfo()),
CurrentTCIndex
(0),
155
return
CurrentTCIndex
< ValidatedCorrections.size()
156
? ValidatedCorrections[
CurrentTCIndex
]
165
auto Current =
CurrentTCIndex
;
167
CurrentTCIndex
= Current;
174
bool hasMadeAnyCorrectionProgress() const { return
CurrentTCIndex
!= 0; }
180
CurrentTCIndex
= 0;
187
CurrentTCIndex
>= ValidatedCorrections.size();
193
SavedTCIndex =
CurrentTCIndex
;
198
CurrentTCIndex
= SavedTCIndex
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
4351
if (++
CurrentTCIndex
< ValidatedCorrections.size())
4352
return ValidatedCorrections[
CurrentTCIndex
];
4354
CurrentTCIndex
= ValidatedCorrections.size();
4372
return ValidatedCorrections[
CurrentTCIndex
];
Completed in 47 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026