Home | History | Annotate | Download | only in Sema

Lines Matching refs:Corrected

7056   if (TypoCorrection Corrected = S.CorrectTypo(R.getLookupNameInfo(),
7061 std::string CorrectedStr(Corrected.getAsString(S.getLangOpts()));
7062 bool DroppedSpecifier = Corrected.WillReplaceSpecifier() &&
7064 S.diagnoseTypo(Corrected,
7069 S.diagnoseTypo(Corrected,
7073 R.addDecl(Corrected.getCorrectionDecl());
7687 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
7691 NamedDecl *ND = Corrected.getCorrectionDecl();
7695 diagnoseTypo(Corrected, PDiag(diag::err_no_member_suggest)
7699 // If we corrected to an inheriting constructor, handle it as one.
7703 if (Corrected.WillReplaceSpecifier()) {
7705 Builder.MakeTrivial(Context, Corrected.getCorrectionSpecifier(),
7721 R.setLookupName(Corrected.getCorrection());