Home
last modified time | relevance | path

Searched refs:setCorrectionRange (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h219 void setCorrectionRange(CXXScopeSpec *SS, in setCorrectionRange() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4610 TC.setCorrectionRange(nullptr, Result.getLookupNameInfo()); in addName()
4780 Candidate.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in resolveCorrection()
4848 TC.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in performQualifiedLookups()
5425 TC.setCorrectionRange(SS, TypoName); in CorrectTypo()
5444 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()