Home | History | Annotate | Download | only in Sema

Lines Matching refs:enumType

233   const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
234 if (!enumType || enumType->getDecl()->isCompleteDefinition())
239 EnumDecl *ED = enumType->getDecl();
605 } else if (isa<EnumType>(T)) {