Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h200 const DeclarationNameInfo &TypoName) { in setCorrectionRange() argument
203 : TypoName.getLoc()); in setCorrectionRange()
204 CorrectionRange.setEnd(TypoName.getLoc()); in setCorrectionRange()
/external/clang/lib/Sema/
DSemaLookup.cpp3335 const DeclarationNameInfo &TypoName, in TypoCorrectionConsumer() argument
3341 : Typo(TypoName.getName().getAsIdentifierInfo()), SemaRef(SemaRef), S(S), in TypoCorrectionConsumer()
3343 Result(SemaRef, TypoName, LookupKind), in TypoCorrectionConsumer()
4159 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument
4172 TypoName, LookupKind, S, SS, CCC, MemberContext, EnteringContext, OPT)) in CorrectTypo()
4188 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo()
4209 locs->second.count(TypoName.getLoc())) in CorrectTypo()
4224 TypoName.getLocStart()); in CorrectTypo()
4227 TypoCorrectionConsumer Consumer(*this, TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
4331 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure, in CorrectTypo()
[all …]