Searched refs:CorrectedQuotedStr (Results 1 – 2 of 2) sorted by relevance
63 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); in HandleDiagnostic() local64 if (Ident->getName() == FromNS && CorrectedQuotedStr == ToNS) in HandleDiagnostic()
4948 std::string CorrectedQuotedStr = Correction.getQuoted(getLangOpts()); in diagnoseTypo() local4963 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()4969 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()