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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h226 SourceRange getCorrectionRange() const { function in class:clang::TypoCorrection
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4477 if (SemaRef.CheckMemberAccess(TC.getCorrectionRange().getBegin(),
5477 Correction.getCorrectionRange(), CorrectedStr);
5484 diagnoseMissingImport(Correction.getCorrectionRange().getBegin(), Decl,
5489 Diag(Correction.getCorrectionRange().getBegin(), TypoDiag)
5500 Diag(Correction.getCorrectionRange().getBegin(), PD);
H A DSemaExpr.cpp2427 KeywordReplacement->setLocation(BestTC.getCorrectionRange().getBegin());
5180 << TC.getCorrectionRange());
5218 << TC.getCorrectionRange());
H A DSemaExprCXX.cpp7788 NewSS.MakeTrivial(SemaRef.Context, NNS, TC.getCorrectionRange());

Completed in 292 milliseconds