Home | History | Annotate | Download | only in Sema

Lines Matching refs:CorrectedStr

1434         std::string CorrectedStr(Corr.getAsString(getLangOptions()));
1443 << FixItHint::CreateReplacement(R.getNameLoc(), CorrectedStr);
1461 << FixItHint::CreateReplacement(R.getNameLoc(), CorrectedStr);
4860 std::string CorrectedStr(Corrected.getAsString(S.getLangOptions()));
4865 << FixItHint::CreateReplacement(IdentLoc, CorrectedStr);
4869 << FixItHint::CreateReplacement(IdentLoc, CorrectedStr);