Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp413 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in LookupTemplateName() local
415 Name.getAsString() == CorrectedStr; in LookupTemplateName()
573 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in diagnoseExprIntendedAsTemplateName() local
575 Name.getAsString() == CorrectedStr; in diagnoseExprIntendedAsTemplateName()
H A DSemaLookup.cpp5154 std::string CorrectedStr = Correction.getAsString(getLangOpts()); in diagnoseTypo() local
5157 Correction.getCorrectionRange(), CorrectedStr); in diagnoseTypo()
H A DSemaDecl.cpp690 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseUnknownTypeName() local
692 II->getName().equals(CorrectedStr); in DiagnoseUnknownTypeName()
954 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in ClassifyName() local
956 Name->getName().equals(CorrectedStr); in ClassifyName()
H A DSemaExpr.cpp1799 std::string CorrectedStr = TC.getAsString(SemaRef.getLangOpts()); in emitEmptyLookupTypoDiagnostic() local
1801 TC.WillReplaceSpecifier() && Typo.getAsString() == CorrectedStr; in emitEmptyLookupTypoDiagnostic()
1922 std::string CorrectedStr(Corrected.getAsString(getLangOpts())); in DiagnoseEmptyLookup() local
1924 Corrected.WillReplaceSpecifier() && Name.getAsString() == CorrectedStr; in DiagnoseEmptyLookup()
H A DSemaDeclCXX.cpp9339 std::string CorrectedStr(Corrected.getAsString(S.getLangOpts())); in TryNamespaceTypoCorrection() local
9341 Ident->getName().equals(CorrectedStr); in TryNamespaceTypoCorrection()