Lines Matching refs:TypoName
5156 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in makeTypoCorrectionConsumer() argument
5173 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer()
5193 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer()
5216 TypoName.getBeginLoc()); in makeTypoCorrectionConsumer()
5225 *this, TypoName, LookupKind, S, SS, std::move(ClonedCCC), MemberContext, in makeTypoCorrectionConsumer()
5330 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument
5343 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5354 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo()
5355 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypo()
5364 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5371 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5376 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5384 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5395 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5398 TC.setCorrectionRange(SS, TypoName); in CorrectTypo()
5415 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5417 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()
5424 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()
5466 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in CorrectTypoDelayed() argument
5471 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC, in CorrectTypoDelayed()
5479 TypoName, LookupKind, S, SS, *Consumer->getCorrectionValidator(), in CorrectTypoDelayed()
5491 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed()
5496 TypoName.getLoc()); in CorrectTypoDelayed()