Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h92 const DeclarationNameInfo &TypoName, in TypoCorrectionConsumer() argument
98 : Typo(TypoName.getName().getAsIdentifierInfo()), CurrentTCIndex(0), in TypoCorrectionConsumer()
102 Result(SemaRef, TypoName, LookupKind), in TypoCorrectionConsumer()
H A DTypoCorrection.h220 const DeclarationNameInfo &TypoName) { in setCorrectionRange() argument
221 CorrectionRange = TypoName.getSourceRange(); in setCorrectionRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5200 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer()
5220 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer()
5243 TypoName.getBeginLoc()); in makeTypoCorrectionConsumer()
5381 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo()
5391 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5398 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5403 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5425 TC.setCorrectionRange(SS, TypoName); in CorrectTypo()
5444 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()
5518 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed()
[all …]