Lines Matching refs:TypoName

4467     const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind,  in makeTypoCorrectionConsumer()  argument
4485 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer()
4506 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer()
4529 TypoName.getLocStart()); in makeTypoCorrectionConsumer()
4534 *this, TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in makeTypoCorrectionConsumer()
4637 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument
4652 TypoName, LookupKind, S, SS, *CCC, MemberContext, EnteringContext, OPT)) in CorrectTypo()
4662 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo()
4664 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in CorrectTypo()
4672 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4679 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4684 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4692 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4703 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4706 TC.setCorrectionRange(SS, TypoName); in CorrectTypo()
4723 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4725 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()
4732 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()
4774 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in CorrectTypoDelayed() argument
4783 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in CorrectTypoDelayed()
4790 TypoName, LookupKind, S, SS, *Consumer->getCorrectionValidator(), in CorrectTypoDelayed()
4802 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed()