Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h206 void setCorrectionRange(CXXScopeSpec *SS, in setCorrectionRange() function
/external/clang/lib/Sema/
DSemaLookup.cpp3905 TC.setCorrectionRange(nullptr, Result.getLookupNameInfo()); in addName()
4058 Candidate.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in resolveCorrection()
4126 TC.setCorrectionRange(SS.get(), Result.getLookupNameInfo()); in performQualifiedLookups()
4706 TC.setCorrectionRange(SS, TypoName); in CorrectTypo()
4725 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()