Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp61 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); in HandleDiagnostic() local
62 if (Ident->getName() == FromName && CorrectedQuotedStr == ToName) in HandleDiagnostic()
66 const std::string &CorrectedQuotedStr = Info.getArgStdStr(3); in HandleDiagnostic() local
67 if (Ident.getAsString() == FromName && CorrectedQuotedStr == ToName) in HandleDiagnostic()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp5775 std::string CorrectedQuotedStr = Correction.getQuoted(getLangOpts()); in diagnoseTypo() local
5790 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
5796 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()