Home | History | Annotate | Download | only in Sema

Lines Matching refs:EnumDecl

224   EnumDecl *ED = enumType->getDecl();
225 if (EnumDecl *Pattern = ED->getInstantiatedFromMemberEnum()) {
273 (Context.getLangOpts().CPlusPlus11 && isa<EnumDecl>(SD)))