Home | History | Annotate | Download | only in Sema

Lines Matching defs:ED

3327   SpecifierInfo(DeclContext *Ctx, NestedNameSpecifier *NNS, unsigned ED)
3328 : DeclCtx(Ctx), NameSpecifier(NNS), EditDistance(ED) {}
3856 unsigned ED = Consumer.getBestEditDistance(true);
3857 if (ED > 0 && Typo->getName().size() / ED < 3) {
3891 unsigned ED = DI->first;
3981 else if (!getLangOpts().CPlusPlus || QualifiedResults.empty() || !ED)
4044 ED = Consumer.getBestEditDistance(true);
4046 if (!AllowOnlyNNSChanges && ED > 0 && Typo->getName().size() / ED < 3) {
4064 if (ED == 0 && Result.isKeyword()) return TypoCorrection();
4086 if (ED == 0) return TypoCorrection();