Home | History | Annotate | Download | only in src

Lines Matching defs:IsEnum

228 static bool IsEnum(const Type& type) {
249 if (IsEnum(type)) return WrapInNameSpace(*type.enum_def);
369 if (IsEnum(type)) return "(" + WrapInNameSpace(*type.enum_def) + ")";
398 if (IsEnum(type)) return "(" + GenTypeBasic(type, false) + ")";