Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp530 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in LookupTemplateName() local
532 Name.getAsString() == CorrectedStr; in LookupTemplateName()
698 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in diagnoseExprIntendedAsTemplateName() local
700 Name.getAsString() == CorrectedStr; in diagnoseExprIntendedAsTemplateName()
H A DSemaLookup.cpp5774 std::string CorrectedStr = Correction.getAsString(getLangOpts()); in diagnoseTypo() local
5777 Correction.getCorrectionRange(), CorrectedStr); in diagnoseTypo()
H A DSemaDecl.cpp720 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseUnknownTypeName() local
722 II->getName().equals(CorrectedStr); in DiagnoseUnknownTypeName()
990 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in ClassifyName() local
992 Name->getName().equals(CorrectedStr); in ClassifyName()
H A DSemaExpr.cpp2186 std::string CorrectedStr = TC.getAsString(SemaRef.getLangOpts()); in emitEmptyLookupTypoDiagnostic() local
2188 TC.WillReplaceSpecifier() && Typo.getAsString() == CorrectedStr; in emitEmptyLookupTypoDiagnostic()
2340 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseEmptyLookup() local
2342 Corrected.WillReplaceSpecifier() && Name.getAsString() == CorrectedStr; in DiagnoseEmptyLookup()
H A DSemaDeclCXX.cpp11627 std::string CorrectedStr(Corrected.getAsString(S.getLangOpts())); in TryNamespaceTypoCorrection() local
11629 Ident->getName().equals(CorrectedStr); in TryNamespaceTypoCorrection()