Home | History | Annotate | Download | only in AST

Lines Matching defs:EnumType

3864 class EnumType : public TagType {
3865 explicit EnumType(const EnumDecl *D)
5827 return isa<EnumType>(CanonicalType);
5989 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) {
6002 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
6020 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))