Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp526 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in LookupTemplateName() local
528 Name.getAsString() == CorrectedStr; in LookupTemplateName()
694 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in diagnoseExprIntendedAsTemplateName() local
696 Name.getAsString() == CorrectedStr; in diagnoseExprIntendedAsTemplateName()
H A DSemaLookup.cpp5462 std::string CorrectedStr = Correction.getAsString(getLangOpts()); in diagnoseTypo() local
5465 Correction.getCorrectionRange(), CorrectedStr); in diagnoseTypo()
H A DSemaDecl.cpp703 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseUnknownTypeName() local
705 II->getName().equals(CorrectedStr); in DiagnoseUnknownTypeName()
984 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in ClassifyName() local
986 Name->getName().equals(CorrectedStr); in ClassifyName()
H A DSemaExpr.cpp2128 std::string CorrectedStr = TC.getAsString(SemaRef.getLangOpts()); in emitEmptyLookupTypoDiagnostic() local
2130 TC.WillReplaceSpecifier() && Typo.getAsString() == CorrectedStr; in emitEmptyLookupTypoDiagnostic()
2282 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseEmptyLookup() local
2284 Corrected.WillReplaceSpecifier() && Name.getAsString() == CorrectedStr; in DiagnoseEmptyLookup()
H A DSemaDeclCXX.cpp11427 std::string CorrectedStr(Corrected.getAsString(S.getLangOpts())); in TryNamespaceTypoCorrection() local
11429 Ident->getName().equals(CorrectedStr); in TryNamespaceTypoCorrection()