Searched refs:integer_type_sp (Results 1 – 2 of 2) sorted by relevance
1249 TypeEnumMemberImpl::TypeEnumMemberImpl(const lldb::TypeImplSP &integer_type_sp, in TypeEnumMemberImpl() argument1252 : m_integer_type_sp(integer_type_sp), m_name(name), m_value(value), in TypeEnumMemberImpl()1253 m_valid((bool)name && (bool)integer_type_sp) in TypeEnumMemberImpl()
827 TypeEnumMemberImpl(const lldb::TypeImplSP &integer_type_sp, ConstString name,