Lines Matching refs:Typo

4557   if (!LookupResult::isVisible(SemaRef, ND) && Name != Typo)  in FoundDecl()
4579 StringRef TypoStr = Typo->getName(); in addName()
4599 StringRef TypoStr = Typo->getName(); in addCorrection()
4726 Name == Typo && !Candidate.WillReplaceSpecifier()); in resolveCorrection()
4769 unsigned TypoLen = Typo->getName().size(); in performQualifiedLookups()
4795 if (QR.getCorrectionAsIdentifierInfo() != Typo && TmpED && in performQualifiedLookups()
4814 OldOStream << Typo->getName(); in performQualifiedLookups()
5182 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local
5183 if (!Typo) in makeTypoCorrectionConsumer()
5196 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
5200 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
5208 if ((getLangOpts().AltiVec || getLangOpts().ZVector) && Typo->isStr("vector")) in makeTypoCorrectionConsumer()
5224 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
5363 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local
5373 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5378 unsigned TypoLen = Typo->getName().size(); in CorrectTypo()
5380 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5385 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5393 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5404 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5424 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5433 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()
5500 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() local
5501 if (!ExternalTypo && ED > 0 && Typo->getName().size() / ED < 3) in CorrectTypoDelayed()