Home | History | Annotate | Download | only in Sema

Lines Matching defs:CorrectedQuotedStr

203           std::string CorrectedQuotedStr(
206 << Result.getLookupName() << CorrectedQuotedStr
211 << CorrectedQuotedStr;
377 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
383 << &II << CorrectedQuotedStr;
389 << &II << CorrectedQuotedStr
393 << &II << DC << CorrectedQuotedStr << SS->getRange()
399 << CorrectedQuotedStr;
584 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOpts()));
603 << Name << CorrectedQuotedStr
607 << Name << computeDeclContext(SS, false) << CorrectedQuotedStr
625 << CorrectedQuotedStr;
7611 std::string CorrectedQuotedStr = Corrected.getQuoted(getLangOpts());
7614 Diag(Loc, diag::note_function_suggestion) << CorrectedQuotedStr
7620 << CorrectedQuotedStr;