Searched refs:integer_type_sp (Results 1 – 2 of 2) sorted by relevance
1144 TypeEnumMemberImpl::TypeEnumMemberImpl(const lldb::TypeImplSP &integer_type_sp, in TypeEnumMemberImpl() argument1147 : m_integer_type_sp(integer_type_sp), m_name(name), m_value(value), in TypeEnumMemberImpl()1148 m_valid((bool)name && (bool)integer_type_sp) in TypeEnumMemberImpl()
492 TypeEnumMemberImpl(const lldb::TypeImplSP &integer_type_sp, ConstString name,