Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4526 std::string CorrectedStr = Correction.getAsString(getLangOpts()); in diagnoseTypo() local
4529 Correction.getCorrectionRange(), CorrectedStr); in diagnoseTypo()
H A DSemaDecl.cpp541 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseUnknownTypeName() local
543 II->getName().equals(CorrectedStr); in DiagnoseUnknownTypeName()
794 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in ClassifyName() local
796 Name->getName().equals(CorrectedStr); in ClassifyName()
H A DSemaExpr.cpp1697 std::string CorrectedStr = TC.getAsString(SemaRef.getLangOpts()); in emitEmptyLookupTypoDiagnostic() local
1699 TC.WillReplaceSpecifier() && Typo.getAsString() == CorrectedStr; in emitEmptyLookupTypoDiagnostic()
1854 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseEmptyLookup() local
1856 Corrected.WillReplaceSpecifier() && Name.getAsString() == CorrectedStr; in DiagnoseEmptyLookup()
H A DSemaTemplate.cpp335 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in LookupTemplateName() local
337 Name.getAsString() == CorrectedStr; in LookupTemplateName()
H A DSemaDeclCXX.cpp7433 std::string CorrectedStr(Corrected.getAsString(S.getLangOpts())); in TryNamespaceTypoCorrection() local
7435 Ident->getName().equals(CorrectedStr); in TryNamespaceTypoCorrection()