Home
last modified time | relevance | path

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

/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp63 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); in HandleDiagnostic() local
64 if (Ident->getName() == FromNS && CorrectedQuotedStr == ToNS) in HandleDiagnostic()
/external/clang/lib/Sema/
DSemaLookup.cpp4948 std::string CorrectedQuotedStr = Correction.getQuoted(getLangOpts()); in diagnoseTypo() local
4963 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
4969 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()