Lines Matching refs:TypoName

4782     const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind,  in makeTypoCorrectionConsumer()  argument
4799 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer()
4819 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer()
4842 TypoName.getBeginLoc()); in makeTypoCorrectionConsumer()
4851 *this, TypoName, LookupKind, S, SS, std::move(ClonedCCC), MemberContext, in makeTypoCorrectionConsumer()
4956 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument
4969 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
4980 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo()
4981 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
4990 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4997 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5002 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5010 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5021 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5024 TC.setCorrectionRange(SS, TypoName); in CorrectTypo()
5041 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5043 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()
5050 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()
5092 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in CorrectTypoDelayed() argument
5097 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypoDelayed()
5105 TypoName, LookupKind, S, SS, *Consumer->getCorrectionValidator(), in CorrectTypoDelayed()
5117 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed()
5122 TypoName.getLoc()); in CorrectTypoDelayed()