Home | History | Annotate | Download | only in Parser

Lines Matching full:enums

120         enums = ", ".join(enum)
122 s = "typedef enum _%s { %s } %s;" % (name, enums, ctype)