Searched refs:getCorrectionRange (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | TypoCorrection.h | 226 SourceRange getCorrectionRange() const { in getCorrectionRange() function
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4772 if (SemaRef.CheckMemberAccess(TC.getCorrectionRange().getBegin(), in performQualifiedLookups() 5680 Correction.getCorrectionRange(), CorrectedStr); in diagnoseTypo() 5687 diagnoseMissingImport(Correction.getCorrectionRange().getBegin(), Decl, in diagnoseTypo() 5692 Diag(Correction.getCorrectionRange().getBegin(), TypoDiag) in diagnoseTypo() 5703 Correction.getCorrectionRange().getBegin() == FD->getBeginLoc()) { in diagnoseTypo() 5713 Diag(Correction.getCorrectionRange().getBegin(), PD); in diagnoseTypo()
|
| H A D | SemaExpr.cpp | 2792 KeywordReplacement->setLocation(BestTC.getCorrectionRange().getBegin()); in ActOnIdExpression() 5796 << HasExplicitObjectParameter << TC.getCorrectionRange()); in ConvertArgumentsForCall() 5843 << HasExplicitObjectParameter << TC.getCorrectionRange()); in ConvertArgumentsForCall()
|
| H A D | SemaDeclCXX.cpp | 12050 S.Diag(Corrected.getCorrectionRange().getBegin(), in DiagnoseInvisibleNamespace() 12055 S.Diag(Corrected.getCorrectionRange().getBegin(), in DiagnoseInvisibleNamespace()
|
| H A D | SemaExprCXX.cpp | 8655 NewSS.MakeTrivial(SemaRef.Context, NNS, TC.getCorrectionRange()); in attemptRecovery()
|