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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h219 void setCorrectionRange(CXXScopeSpec *SS, function in class:clang::TypoCorrection
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4263 TC.setCorrectionRange(nullptr, Result.getLookupNameInfo());
4416 Candidate.setCorrectionRange(SS.get(), Result.getLookupNameInfo());
4484 TC.setCorrectionRange(SS.get(), Result.getLookupNameInfo());
5067 TC.setCorrectionRange(SS, TypoName);
5086 BestTC.setCorrectionRange(SS, TypoName);

Completed in 208 milliseconds