Home | History | Annotate | Download | only in Sema

Lines Matching refs:Corrected

326     if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
330 Found.setLookupName(Corrected.getCorrection());
331 if (Corrected.getCorrectionDecl())
332 Found.addDecl(Corrected.getCorrectionDecl());
336 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
337 bool DroppedSpecifier = Corrected.WillReplaceSpecifier() &&
339 diagnoseTypo(Corrected, PDiag(diag::err_no_member_template_suggest)
343 diagnoseTypo(Corrected, PDiag(diag::err_no_template_suggest) << Name);