Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5829 std::string CorrectedStr = Correction.getAsString(getLangOpts()); in diagnoseTypo() local
5832 Correction.getCorrectionRange(), CorrectedStr); in diagnoseTypo()
H A DSemaTemplate.cpp532 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in LookupTemplateName() local
534 Name.getAsString() == CorrectedStr; in LookupTemplateName()
700 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in diagnoseExprIntendedAsTemplateName() local
702 Name.getAsString() == CorrectedStr; in diagnoseExprIntendedAsTemplateName()
H A DSemaDecl.cpp782 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseUnknownTypeName() local
784 II->getName().equals(CorrectedStr); in DiagnoseUnknownTypeName()
1052 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in ClassifyName() local
1054 Name->getName().equals(CorrectedStr); in ClassifyName()
H A DSemaExpr.cpp2383 std::string CorrectedStr = TC.getAsString(SemaRef.getLangOpts()); in emitEmptyLookupTypoDiagnostic() local
2385 TC.WillReplaceSpecifier() && Typo.getAsString() == CorrectedStr; in emitEmptyLookupTypoDiagnostic()
2539 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseEmptyLookup() local
2541 Corrected.WillReplaceSpecifier() && Name.getAsString() == CorrectedStr; in DiagnoseEmptyLookup()
H A DSemaDeclCXX.cpp12164 std::string CorrectedStr(Corrected.getAsString(S.getLangOpts())); in TryNamespaceTypoCorrection() local
12166 Ident->getName().equals(CorrectedStr); in TryNamespaceTypoCorrection()