Home | History | Annotate | Download | only in Frontend

Lines Matching defs:ED

3781   if (EnumDecl *ED = dyn_cast<EnumDecl>(Tag)) {
3782 if (!ED || !ED->getDeclName().getAsIdentifierInfo())
3785 TagLocation = ED->getLocation();
3833 EnumDecl *ED = Type->getAs<EnumType>()->getDecl();
3834 if (ED->isCompleteDefinition()) {
3836 Result += ED->getName();
3837 if (GlobalDefinedTags.count(ED)) {
3844 for (EnumDecl::enumerator_iterator EC = ED->enumerator_begin(),
3845 ECEnd = ED->enumerator_end(); EC != ECEnd; ++EC) {