Lines Matching refs:Typo
4506 if (!LookupResult::isVisible(SemaRef, ND) && Name != Typo) in FoundDecl()
4528 StringRef TypoStr = Typo->getName(); in addName()
4548 StringRef TypoStr = Typo->getName(); in addCorrection()
4675 Name == Typo && !Candidate.WillReplaceSpecifier()); in resolveCorrection()
4718 unsigned TypoLen = Typo->getName().size(); in performQualifiedLookups()
4744 if (QR.getCorrectionAsIdentifierInfo() != Typo && TmpED && in performQualifiedLookups()
4763 OldOStream << Typo->getName(); in performQualifiedLookups()
5135 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in makeTypoCorrectionConsumer() local
5136 if (!Typo) in makeTypoCorrectionConsumer()
5149 if (S && S->isInObjcMethodScope() && Typo == getSuperIdentifier()) in makeTypoCorrectionConsumer()
5153 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()
5161 if ((getLangOpts().AltiVec || getLangOpts().ZVector) && Typo->isStr("vector")) in makeTypoCorrectionConsumer()
5177 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
5285 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypo() local
5295 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5300 unsigned TypoLen = Typo->getName().size(); in CorrectTypo()
5302 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5307 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5315 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5326 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5346 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure); in CorrectTypo()
5355 return FailedCorrection(Typo, TypoName.getLoc(), RecordFailure && !SecondBestTC); in CorrectTypo()
5384 IdentifierInfo *Typo = TypoName.getName().getAsIdentifierInfo(); in CorrectTypoDelayed() local
5385 if (!ExternalTypo && ED > 0 && Typo->getName().size() / ED < 3) in CorrectTypoDelayed()