Searched refs:CorrectedQuotedStr (Results 1 – 2 of 2) sorted by relevance
62 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); in HandleDiagnostic() local63 if (Ident->getName() == FromName && CorrectedQuotedStr == ToName) in HandleDiagnostic()67 const std::string &CorrectedQuotedStr = Info.getArgStdStr(3); in HandleDiagnostic() local68 if (Ident.getAsString() == FromName && CorrectedQuotedStr == ToName) in HandleDiagnostic()
5062 std::string CorrectedQuotedStr = Correction.getQuoted(getLangOpts()); in diagnoseTypo() local5077 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()5083 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()