Lines Matching refs:Typo

4545   if (!LookupResult::isVisible(SemaRef, ND) && Name != Typo)  in FoundDecl()
4567 StringRef TypoStr = Typo->getName(); in addName()
4587 StringRef TypoStr = Typo->getName(); in addCorrection()
4714 Name == Typo && !Candidate.WillReplaceSpecifier()); in resolveCorrection()
4757 unsigned TypoLen = Typo->getName().size(); in performQualifiedLookups()
4783 if (QR.getCorrectionAsIdentifierInfo() != Typo && TmpED && in performQualifiedLookups()
4802 OldOStream << Typo->getName(); in performQualifiedLookups()
5173 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local
5174 if (!Typo) in makeTypoCorrectionConsumer()
5187 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
5191 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
5199 if ((getLangOpts().AltiVec || getLangOpts().ZVector) && Typo->isStr("vector")) in makeTypoCorrectionConsumer()
5215 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
5354 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local
5364 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5369 unsigned TypoLen = Typo->getName().size(); 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()
5415 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5424 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()
5491 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() local
5492 if (!ExternalTypo && ED > 0 && Typo->getName().size() / ED < 3) in CorrectTypoDelayed()