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 512 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
518 CorrectedStr);
522 << FixItHint::CreateReplacement(Found.getNameLoc(), CorrectedStr);
    [all...]
SemaExprMember.cpp 610 std::string CorrectedStr(
619 CorrectedStr);
    [all...]
SemaDecl.cpp 240 std::string CorrectedStr(Correction.getAsString(getLangOpts()));
246 CorrectedStr);
415 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
425 << FixItHint::CreateReplacement(SourceRange(IILoc), CorrectedStr);
433 << FixItHint::CreateReplacement(SourceRange(IILoc), CorrectedStr);
438 CorrectedStr);
665 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
686 << FixItHint::CreateReplacement(NameLoc, CorrectedStr);
692 CorrectedStr);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp 331 std::string CorrectedStr(Corrected.getAsString(getLangOpts()));
337 CorrectedStr);
341 << FixItHint::CreateReplacement(Found.getNameLoc(), CorrectedStr);
    [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 175 milliseconds