} break;
case CXCursor_EnumDecl: {
+ // the enum constants are implemented separately *also*
+ // XXX: maybe move output logic to function we can call
+ result = CXChildVisit_Recurse;
+
if (spelling[0] == '\0')
goto skip;
// XXX: this was blindly copied from StructDecl
value << ".withName(\"" << name << "\")";
name = "$cye" + name;
flags = CYBridgeType;
-
- // the enum constants are implemented separately *also*
- // XXX: maybe move output logic to function we can call
- result = CXChildVisit_Recurse;
} break;
case CXCursor_MacroDefinition: {