Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:ED

3684   if (EnumDecl *ED = dyn_cast<EnumDecl>(Tag)) {
3685 if (!ED || !ED->getDeclName().getAsIdentifierInfo())
3688 TagLocation = ED->getLocation();
3733 EnumDecl *ED = Type->getAs<EnumType>()->getDecl();
3734 if (ED->isCompleteDefinition()) {
3736 Result += ED->getName();
3737 if (GlobalDefinedTags.count(ED)) {
3744 for (const auto *EC : ED->enumerators()) {