Searched refs:m_next_id (Results 1 – 2 of 2) sorted by relevance
24 m_next_id(0), m_new_location_recorder(nullptr) {} in BreakpointLocationList()33 lldb::break_id_t bp_loc_id = ++m_next_id; in Create()311 m_next_id = highest_id; in Compact()
200 lldb::break_id_t m_next_id; variable