Lines Matching defs:TypoName
5182 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind,
5199 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo();
5219 locs->second.count(TypoName.getLoc()))
5242 TypoName.getBeginLoc());
5251 *this, TypoName, LookupKind, S, SS, std::move(ClonedCCC), MemberContext,
5325 TypoCorrection Sema::CorrectTypo(const DeclarationNameInfo &TypoName,
5338 ExternalSource->CorrectTypo(TypoName, LookupKind, S, SS, CCC,
5349 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo();
5350 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC,
5359 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
5366 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
5371 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
5379 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
5390 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
5393 TC.setCorrectionRange(SS, TypoName);
5410 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure);
5412 BestTC.setCorrectionRange(SS, TypoName);
5419 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC);
5423 const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind,
5428 auto Consumer = makeTypoCorrectionConsumer(TypoName, LookupKind, S, SS, CCC,
5436 TypoName, LookupKind, S, SS, *Consumer->getCorrectionValidator(),
5448 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo();
5453 TypoName.getLoc());