Home | History | Annotate | Download | only in Sema

Lines Matching defs:Corrected

1632   TypoCorrection Corrected;
1633 if (S && (Corrected = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(),
1635 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
1636 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
1637 R.setLookupName(Corrected.getCorrection());
1639 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
1640 if (Corrected.isOverloaded()) {
1643 for (TypoCorrection::decl_iterator CD = Corrected.begin(),
1644 CDEnd = Corrected.end();
1673 << FixItHint::CreateReplacement(Corrected.getCorrectionRange(),