Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h219 void setCorrectionRange(CXXScopeSpec *SS, in setCorrectionRange() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4541 TC.setCorrectionRange(nullptr, Result.getLookupNameInfo()); in addName()
4711 Candidate.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in resolveCorrection()
4779 TC.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in performQualifiedLookups()
5329 TC.setCorrectionRange(SS, TypoName); in CorrectTypo()
5348 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()