Home
last modified time | relevance | path

Searched refs:getCorrectionRange (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTypoCorrection.h226 SourceRange getCorrectionRange() const { in getCorrectionRange() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp4811 if (SemaRef.CheckMemberAccess(TC.getCorrectionRange().getBegin(), in performQualifiedLookups()
5777 Correction.getCorrectionRange(), CorrectedStr); in diagnoseTypo()
5784 diagnoseMissingImport(Correction.getCorrectionRange().getBegin(), Decl, in diagnoseTypo()
5789 Diag(Correction.getCorrectionRange().getBegin(), TypoDiag) in diagnoseTypo()
5800 Diag(Correction.getCorrectionRange().getBegin(), PD); in diagnoseTypo()
H A DSemaExpr.cpp2640 KeywordReplacement->setLocation(BestTC.getCorrectionRange().getBegin()); in ActOnIdExpression()
6044 << TC.getCorrectionRange()); in ConvertArgumentsForCall()
6082 << TC.getCorrectionRange()); in ConvertArgumentsForCall()
H A DSemaExprCXX.cpp8334 NewSS.MakeTrivial(SemaRef.Context, NNS, TC.getCorrectionRange()); in attemptRecovery()