Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTypoCorrection.h219 void setCorrectionRange(CXXScopeSpec *SS, in setCorrectionRange() function
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp286 Correction.setCorrectionRange(SS, Typo); in CorrectTypo()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp4580 TC.setCorrectionRange(nullptr, Result.getLookupNameInfo()); in addName()
4750 Candidate.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in resolveCorrection()
4818 TC.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in performQualifiedLookups()
5398 TC.setCorrectionRange(SS, TypoName); in CorrectTypo()
5417 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()