Home | History | Annotate | Download | only in Sema

Lines Matching defs:EnumType

12987                                         QualType EnumType) {
13098 QualType EnumType = Context.getTypeDeclType(Enum);
13109 ECD->setType(EnumType);
13278 ECD->setType(EnumType);
13303 ECD->setType(EnumType);
13311 CheckForDuplicateEnumValues(*this, Elements, Enum, EnumType);