Home | History | Annotate | Download | only in Sema

Lines Matching defs:ED

4467         EnumDecl *ED = BaseType->getAs<EnumType>()->getDecl();
4468 assert(ED && "EnumType has no EnumDecl");
4469 DiagnoseUseOfDecl(ED, Loc);
4470 Underlying = ED->getIntegerType();