Lines Matching full:corr
2410 TypoCorrection Corr;
2413 (Corr = CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), S, &SS,
2415 std::string CorrectedStr(Corr.getAsString(getLangOpts()));
2416 std::string CorrectedQuotedStr(Corr.getQuoted(getLangOpts()));
2417 if (FieldDecl *Member = Corr.getCorrectionDeclAs<FieldDecl>()) {
2428 } else if (TypeDecl *Type = Corr.getCorrectionDeclAs<TypeDecl>()) {