OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidatedCorrections
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Sema/
SemaInternal.h
123
// Arrange for
ValidatedCorrections
[0] to always be an empty correction.
124
ValidatedCorrections
.push_back(TypoCorrection());
137
return CorrectionResults.empty() &&
ValidatedCorrections
.size() == 1;
172
return CurrentTCIndex <
ValidatedCorrections
.size()
173
?
ValidatedCorrections
[CurrentTCIndex]
174
:
ValidatedCorrections
[0]; // The empty correction.
199
CurrentTCIndex >=
ValidatedCorrections
.size();
314
SmallVector<TypoCorrection, 4>
ValidatedCorrections
;
/external/clang/lib/Sema/
SemaLookup.cpp
[
all
...]
Completed in 502 milliseconds