Searched refs:getCorrectionRange (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | TypoCorrection.h | 226 SourceRange getCorrectionRange() const { in getCorrectionRange() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4841 if (SemaRef.CheckMemberAccess(TC.getCorrectionRange().getBegin(), in performQualifiedLookups() 5832 Correction.getCorrectionRange(), CorrectedStr); in diagnoseTypo() 5839 diagnoseMissingImport(Correction.getCorrectionRange().getBegin(), Decl, in diagnoseTypo() 5844 Diag(Correction.getCorrectionRange().getBegin(), TypoDiag) in diagnoseTypo() 5855 Diag(Correction.getCorrectionRange().getBegin(), PD); in diagnoseTypo()
|
| H A D | SemaExpr.cpp | 2839 KeywordReplacement->setLocation(BestTC.getCorrectionRange().getBegin()); in ActOnIdExpression() 6572 << HasExplicitObjectParameter << TC.getCorrectionRange()); in ConvertArgumentsForCall() 6619 << HasExplicitObjectParameter << TC.getCorrectionRange()); in ConvertArgumentsForCall()
|
| H A D | SemaExprCXX.cpp | 8420 NewSS.MakeTrivial(SemaRef.Context, NNS, TC.getCorrectionRange()); in attemptRecovery()
|
| H A D | SemaDeclCXX.cpp | 12134 S.Diag(Corrected.getCorrectionRange().getBegin(), in DiagnoseInvisibleNamespace() 12139 S.Diag(Corrected.getCorrectionRange().getBegin(), in DiagnoseInvisibleNamespace()
|