Home
last modified time | relevance | path

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

/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp62 const std::string &CorrectedQuotedStr = Info.getArgStdStr(1); in HandleDiagnostic() local
63 if (Ident->getName() == FromName && CorrectedQuotedStr == ToName) in HandleDiagnostic()
67 const std::string &CorrectedQuotedStr = Info.getArgStdStr(3); in HandleDiagnostic() local
68 if (Ident.getAsString() == FromName && CorrectedQuotedStr == ToName) in HandleDiagnostic()
/external/clang/lib/Sema/
DSemaLookup.cpp5062 std::string CorrectedQuotedStr = Correction.getQuoted(getLangOpts()); in diagnoseTypo() local
5077 << CorrectedQuotedStr << (ErrorRecovery ? FixTypo : FixItHint()); in diagnoseTypo()
5083 << CorrectedQuotedStr << (ErrorRecovery ? FixItHint() : FixTypo); in diagnoseTypo()