Home | History | Annotate | Download | only in Sema

Lines Matching defs:ED

9319       if (EnumDecl *ED = dyn_cast<EnumDecl>(D)) {
9320 for (EnumDecl::enumerator_iterator EI = ED->enumerator_begin(),
9321 EE = ED->enumerator_end(); EI != EE; ++EI)
10199 // by types using'ed into this scope.
10462 else if (EnumDecl *ED = dyn_cast<EnumDecl>(Def))
10464 ED->getTemplateSpecializationKind() !=
10627 EnumDecl *ED = cast<EnumDecl>(New);
10629 ED->setIntegerTypeSourceInfo(TI);
10631 ED->setIntegerType(QualType(EnumUnderlying.get<const Type*>(), 0));
10632 ED->setPromotionType(ED->getIntegerType());