OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Correction
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaLookup.cpp
[
all
...]
SemaDecl.cpp
215
TypoCorrection
Correction
= CorrectTypo(Result.getLookupNameInfo(),
217
IdentifierInfo *NewII =
Correction
.getCorrectionAsIdentifierInfo();
222
NestedNameSpecifier *NNS =
Correction
.getCorrectionSpecifier();
228
if (
Correction
&& (NNS || NewII != &II) &&
229
// Ignore a
correction
to a template type as the to-be-corrected
230
// identifier is not a template (typo
correction
for template names
240
std::string CorrectedStr(
Correction
.getAsString(getLangOpts()));
242
Correction
.getQuoted(getLangOpts()));
247
if (NamedDecl *FirstDecl =
Correction
.getCorrectionDecl())
258
// If typo
correction
failed or was not performed, fall throug
[
all
...]
Completed in 175 milliseconds