Home | History | Annotate | Download | only in Sema

Lines Matching defs:ED

8611       if (EnumDecl *ED = dyn_cast<EnumDecl>(D)) {
8612 for (EnumDecl::enumerator_iterator EI = ED->enumerator_begin(),
8613 EE = ED->enumerator_end(); EI != EE; ++EI)
9698 else if (EnumDecl *ED = dyn_cast<EnumDecl>(Def))
9700 ED->getTemplateSpecializationKind() !=
9862 EnumDecl *ED = cast<EnumDecl>(New);
9864 ED->setIntegerTypeSourceInfo(TI);
9866 ED->setIntegerType(QualType(EnumUnderlying.get<const Type*>(), 0));
9867 ED->setPromotionType(ED->getIntegerType());