Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTypoCorrection.h220 void setCorrectionRange(CXXScopeSpec *SS, in setCorrectionRange() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3990 TC.setCorrectionRange(nullptr, Result.getLookupNameInfo()); in addName()
4143 Candidate.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in resolveCorrection()
4211 TC.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in performQualifiedLookups()
4791 TC.setCorrectionRange(SS, TypoName); in CorrectTypo()
4810 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()