Home | History | Annotate | Download | only in Sema

Lines Matching defs:ED

699                                               const EnumDecl *ED,
708 QualType EnumType = S.Context.getTypeDeclType(ED);
715 if (ED->hasAttr<FlagEnumAttr>()) {
716 return !S.IsValueInFlagEnum(ED, Val, false);
1063 const EnumDecl *ED = ET->getDecl();
1068 for (auto *EDI : ED->enumerators()) {
1081 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
1092 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
1102 if (ShouldDiagnoseSwitchCaseNotInEnum(*this, ED, CaseExpr, EI, EIEnd,
1187 const EnumDecl *ED = ET->getDecl();
1189 if (ED->hasAttr<FlagEnumAttr>()) {
1190 if (!IsValueInFlagEnum(ED, RhsVal, true))
1200 for (auto *EDI : ED->enumerators()) {