Searched refs:CorrectedQuotedStr (Results 1 – 2 of 2) sorted by relevance
61 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); in HandleDiagnostic() local62 if (Ident->getName() == FromName && CorrectedQuotedStr == ToName) in HandleDiagnostic()66 const std::string &CorrectedQuotedStr = Info.getArgStdStr(3); in HandleDiagnostic() local67 if (Ident.getAsString() == FromName && CorrectedQuotedStr == ToName) in HandleDiagnostic()
5775 std::string CorrectedQuotedStr = Correction.getQuoted(getLangOpts()); in diagnoseTypo() local5790 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()5796 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()