Home | History | Annotate | Download | only in Sema

Lines Matching defs:ED

5301         EnumDecl *ED = BaseType->getAs<EnumType>()->getDecl();
5302 assert(ED && "EnumType has no EnumDecl");
5303 DiagnoseUseOfDecl(ED, Loc);
5304 Underlying = ED->getIntegerType();