Home | History | Annotate | Download | only in Sema

Lines Matching refs:enumType

240   const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
241 if (!enumType || enumType->getDecl()->isCompleteDefinition())
246 EnumDecl *ED = enumType->getDecl();
608 } else if (isa<EnumType>(T)) {