Home | History | Annotate | Download | only in Sema

Lines Matching refs:Corrected

514     TypoCorrection Corrected;
516 if ((Corrected = CorrectTypo(Found.getLookupNameInfo(),
519 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
520 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
530 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
534 Found.setLookupName(Corrected.getCorrection());