Home | History | Annotate | Download | only in Sema

Lines Matching defs:ED

7353       if (EnumDecl *ED = dyn_cast<EnumDecl>(D)) {
7354 for (EnumDecl::enumerator_iterator EI = ED->enumerator_begin(),
7355 EE = ED->enumerator_end(); EI != EE; ++EI)
8346 else if (EnumDecl *ED = dyn_cast<EnumDecl>(Def))
8348 ED->getTemplateSpecializationKind() !=
8510 EnumDecl *ED = cast<EnumDecl>(New);
8512 ED->setIntegerTypeSourceInfo(TI);
8514 ED->setIntegerType(QualType(EnumUnderlying.get<const Type*>(), 0));
8515 ED->setPromotionType(ED->getIntegerType());