• Home
  • Raw
  • Download

Lines Matching refs:TypoName

4385     const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind,  in makeTypoCorrectionConsumer()  argument
4403 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer()
4424 locs->second.count(TypoName.getLoc())) in makeTypoCorrectionConsumer()
4447 TypoName.getLocStart()); in makeTypoCorrectionConsumer()
4452 *this, TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in makeTypoCorrectionConsumer()
4555 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName, in CorrectTypo() argument
4570 TypoName, LookupKind, S, SS, *CCC, MemberContext, EnteringContext, OPT)) in CorrectTypo()
4580 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo()
4582 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in CorrectTypo()
4590 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4597 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4602 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4610 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4621 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4624 TC.setCorrectionRange(SS, TypoName); in CorrectTypo()
4641 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4643 BestTC.setCorrectionRange(SS, TypoName); in CorrectTypo()
4650 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()
4692 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, in CorrectTypoDelayed() argument
4702 TypoName, LookupKind, S, SS, std::move(CCC), MemberContext, in CorrectTypoDelayed()
4711 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed()