Home | History | Annotate | Download | only in Sema

Lines Matching refs:Corrected

323     if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
326 Found.setLookupName(Corrected.getCorrection());
327 if (Corrected.getCorrectionDecl())
328 Found.addDecl(Corrected.getCorrectionDecl());
331 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
332 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));