Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h200 void setCorrectionRange(CXXScopeSpec *SS, in setCorrectionRange() function
/external/clang/lib/Sema/
DSemaLookup.cpp3819 TC.setCorrectionRange(nullptr, Result.getLookupNameInfo()); in addName()
3972 Candidate.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in resolveCorrection()
4040 TC.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in performQualifiedLookups()
4624 TC.setCorrectionRange(SS, TypoName); in CorrectTypo()
4643 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()