HomeSort by relevance Sort by last modified time
    Searched refs:CorrectedStr (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 488 std::string CorrectedStr(Corrected.getAsString(getLangOptions()));
493 << FixItHint::CreateReplacement(Found.getNameLoc(), CorrectedStr);
497 << FixItHint::CreateReplacement(Found.getNameLoc(), CorrectedStr);
    [all...]
SemaExprMember.cpp 584 std::string CorrectedStr(
592 << FixItHint::CreateReplacement(R.getNameLoc(), CorrectedStr);
    [all...]
SemaDecl.cpp 298 std::string CorrectedStr(Corrected.getAsString(getLangOptions()));
315 << FixItHint::CreateReplacement(SourceRange(IILoc), CorrectedStr);
319 << FixItHint::CreateReplacement(SourceRange(IILoc), CorrectedStr);
523 std::string CorrectedStr(Corrected.getAsString(getLangOptions()));
544 << FixItHint::CreateReplacement(NameLoc, CorrectedStr);
549 << FixItHint::CreateReplacement(NameLoc, CorrectedStr);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp 307 std::string CorrectedStr(Corrected.getAsString(getLangOptions()));
312 << FixItHint::CreateReplacement(Found.getNameLoc(), CorrectedStr);
316 << FixItHint::CreateReplacement(Found.getNameLoc(), CorrectedStr);
    [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 358 milliseconds