Home | History | Annotate | Download | only in Sema

Lines Matching defs:ED

4897         EnumDecl *ED = BaseType->getAs<EnumType>()->getDecl();
4898 assert(ED && "EnumType has no EnumDecl");
4899 DiagnoseUseOfDecl(ED, Loc);
4900 Underlying = ED->getIntegerType();