Home | History | Annotate | Download | only in Frontend

Lines Matching defs:ED

3785   if (EnumDecl *ED = dyn_cast<EnumDecl>(Tag)) {
3786 if (!ED || !ED->getDeclName().getAsIdentifierInfo())
3789 TagLocation = ED->getLocation();
3837 EnumDecl *ED = Type->getAs<EnumType>()->getDecl();
3838 if (ED->isCompleteDefinition()) {
3840 Result += ED->getName();
3841 if (GlobalDefinedTags.count(ED)) {
3848 for (EnumDecl::enumerator_iterator EC = ED->enumerator_begin(),
3849 ECEnd = ED->enumerator_end(); EC != ECEnd; ++EC) {