Searched defs:is_enum (Results 1 – 4 of 4) sorted by relevance
22 struct _LIBCPP_TEMPLATE_VIS is_enum : public integral_constant<bool, __is_enum(_Tp)> {}; struct
69 int32_t is_enum; member
229 int is_enum; member
3167 bool is_enum = GetCompilerType().IsEnumerationType(); in CastToBasicType() local3317 bool is_enum = GetCompilerType().IsEnumerationType(); in CastToEnumType() local