Searched refs:CorrectedStr (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOpenMP.cpp63 std::string CorrectedStr = Corrected.getAsString(getLangOpts()); local
69 << FixItHint::CreateReplacement(Id.getLoc(), CorrectedStr);
77 << FixItHint::CreateReplacement(Id.getLoc(), CorrectedStr);
H A DSemaCXXScopeSpec.cpp497 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
500 Name.getAsString() == CorrectedStr;
506 CorrectedStr);
511 CorrectedStr);
H A DSemaExprMember.cpp628 std::string CorrectedStr(
633 Corrected.WillReplaceSpecifier() && Name.getAsString() == CorrectedStr;
646 CorrectedStr);
H A DSemaDeclCXX.cpp2415 std::string CorrectedStr(Corr.getAsString(getLangOpts()));
2423 << FixItHint::CreateReplacement(R.getNameLoc(), CorrectedStr);
2439 << FixItHint::CreateReplacement(R.getNameLoc(), CorrectedStr);
6631 std::string CorrectedStr(Corrected.getAsString(S.getLangOpts()));
6635 Ident->getName().equals(CorrectedStr);
6639 Corrected.getCorrectionRange(), CorrectedStr);
6643 << FixItHint::CreateReplacement(IdentLoc, CorrectedStr);
7196 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
7206 CorrectedStr);
H A DSemaDecl.cpp240 std::string CorrectedStr(Correction.getAsString(getLangOpts()));
246 CorrectedStr); local
415 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
426 CorrectedStr);
435 CorrectedStr);
438 II->getName().equals(CorrectedStr);
443 CorrectedStr);
672 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
693 << FixItHint::CreateReplacement(NameLoc, CorrectedStr);
696 Name->getName().equals(CorrectedStr);
9638 std::string CorrectedStr = Corrected.getAsString(getLangOpts()); local
[all...]
H A DSemaTemplate.cpp334 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
338 Name.getAsString() == CorrectedStr;
343 CorrectedStr);
347 << FixItHint::CreateReplacement(Found.getNameLoc(), CorrectedStr);
H A DSemaExpr.cpp1777 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
1780 Corrected.WillReplaceSpecifier() && Name.getAsString() == CorrectedStr;
1812 << FixItHint::CreateReplacement(R.getNameLoc(), CorrectedStr);
1818 CorrectedStr);
3975 std::string CorrectedStr(TC.getAsString(getLangOpts()));
3985 CorrectedStr);
4021 std::string CorrectedStr(TC.getAsString(getLangOpts()));
4031 CorrectedStr);
H A DSemaInit.cpp1817 std::string CorrectedStr(
1825 << FixItHint::CreateReplacement(D->getFieldLoc(), CorrectedStr);

Completed in 254 milliseconds