Lines Matching refs:Typo
3869 if (!LookupResult::isVisible(SemaRef, ND) && Name != Typo && in FoundDecl()
3892 StringRef TypoStr = Typo->getName(); in addName()
3912 StringRef TypoStr = Typo->getName(); in addCorrection()
4022 Name == Typo && !Candidate.WillReplaceSpecifier()); in resolveCorrection()
4065 unsigned TypoLen = Typo->getName().size(); in performQualifiedLookups()
4091 if (QR.getCorrectionAsIdentifierInfo() != Typo && TmpED && in performQualifiedLookups()
4110 OldOStream << Typo->getName(); in performQualifiedLookups()
4485 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local
4486 if (!Typo) in makeTypoCorrectionConsumer()
4500 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
4504 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
4512 if ((getLangOpts().AltiVec || getLangOpts().ZVector) && Typo->isStr("vector")) in makeTypoCorrectionConsumer()
4528 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
4662 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local
4672 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4677 unsigned TypoLen = Typo->getName().size(); in CorrectTypo()
4679 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4684 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4692 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4703 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4723 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
4732 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()
4802 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() local
4803 if (!ExternalTypo && ED > 0 && Typo->getName().size() / ED < 3) in CorrectTypoDelayed()