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

  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 124 TypoCorrection Correction(ToIdent);
125 Correction.addCorrectionDecl(NewNamespace);
126 return Correction;
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp 287 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
290 IdentifierInfo *NewII = Correction.getCorrectionAsIdentifierInfo();
295 NestedNameSpecifier *NNS = Correction.getCorrectionSpecifier();
301 if (Correction && (NNS || NewII != &II) &&
302 // Ignore a correction to a template type as the to-be-corrected
303 // identifier is not a template (typo correction for template names
313 diagnoseTypo(Correction,
323 // If typo correction failed or was not performed, fall through
759 // Perform typo correction to determine if there is another name that is
799 // Typo correction corrected to a keyword
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 61 milliseconds