Lines Matching refs:Typo
3783 if (!LookupResult::isVisible(SemaRef, ND) && Name != Typo && in FoundDecl()
3806 StringRef TypoStr = Typo->getName(); in addName()
3826 StringRef TypoStr = Typo->getName(); in addCorrection()
3936 Name == Typo && !Candidate.WillReplaceSpecifier()); in resolveCorrection()
3979 unsigned TypoLen = Typo->getName().size(); in performQualifiedLookups()
4005 if (QR.getCorrectionAsIdentifierInfo() != Typo && TmpED && in performQualifiedLookups()
4024 OldOStream << Typo->getName(); in performQualifiedLookups()
4403 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local
4404 if (!Typo) in makeTypoCorrectionConsumer()
4418 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
4422 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
4430 if ((getLangOpts().AltiVec || getLangOpts().ZVector) && Typo->isStr("vector")) in makeTypoCorrectionConsumer()
4446 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
4580 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local
4590 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4595 unsigned TypoLen = Typo->getName().size(); 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()
4641 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4650 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()
4711 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() local
4712 if (ED > 0 && Typo->getName().size() / ED < 3) in CorrectTypoDelayed()