Home | History | Annotate | Download | only in Sema

Lines Matching defs:enumType

218   const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
219 if (!enumType || enumType->getDecl()->isCompleteDefinition())
224 EnumDecl *ED = enumType->getDecl();
642 } else if (isa<EnumType>(T)) {