Home | History | Annotate | Download | only in Sema

Lines Matching defs:ED

868       const EnumDecl *ED = ET->getDecl();
875 for (EnumDecl::enumerator_iterator EDI = ED->enumerator_begin();
876 EDI != ED->enumerator_end(); ++EDI) {