Home
last modified time | relevance | path

Searched refs:CorrectedQuotedStr (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp5155 std::string CorrectedQuotedStr = Correction.getQuoted(getLangOpts()); in diagnoseTypo() local
5170 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
5176 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()