Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h226 SourceRange getCorrectionRange() const { in getCorrectionRange() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4493 if (SemaRef.CheckMemberAccess(TC.getCorrectionRange().getBegin(), in performQualifiedLookups()
5465 Correction.getCorrectionRange(), CorrectedStr); in diagnoseTypo()
5472 diagnoseMissingImport(Correction.getCorrectionRange().getBegin(), Decl, in diagnoseTypo()
5477 Diag(Correction.getCorrectionRange().getBegin(), TypoDiag) in diagnoseTypo()
5488 Diag(Correction.getCorrectionRange().getBegin(), PD); in diagnoseTypo()
H A DSemaExpr.cpp2581 KeywordReplacement->setLocation(BestTC.getCorrectionRange().getBegin()); in ActOnIdExpression()
5851 << TC.getCorrectionRange()); in ConvertArgumentsForCall()
5889 << TC.getCorrectionRange()); in ConvertArgumentsForCall()
H A DSemaExprCXX.cpp8079 NewSS.MakeTrivial(SemaRef.Context, NNS, TC.getCorrectionRange()); in attemptRecovery()