Home | History | Annotate | Download | only in Sema

Lines Matching refs:EnumDecl

246   EnumDecl *ED = enumType->getDecl();
247 if (EnumDecl *Pattern = ED->getInstantiatedFromMemberEnum()) {
295 (Context.getLangOpts().CPlusPlus0x && isa<EnumDecl>(SD)))