Searched defs:is_enum (Results 1 – 7 of 7) sorted by relevance
22 struct _LIBCPP_TEMPLATE_VIS is_enum : public integral_constant<bool, __is_enum(_Tp)> {}; struct
19 template <typename T> struct is_enum : bool_constant<__is_enum(T)> {}; struct
22 struct _LIBCPP_NO_SPECIALIZATIONS is_enum : integral_constant<bool, __is_enum(_Tp)> {}; struct
68 int32_t is_enum; member
229 int is_enum; member
3129 bool is_enum = GetCompilerType().IsEnumerationType(); in CastToBasicType() local3284 bool is_enum = GetCompilerType().IsEnumerationType(); in CastToEnumType() local
1745 bool is_enum = defs[defs_index].enum_values.size() != 0; in HandleOptionArgumentCompletion() local