Home
last modified time | relevance | path

Searched refs:m_notify_changes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp66 m_notify_changes)) in SetValueFromString()
68 m_notify_changes); in SetValueFromString()
92 m_path_mappings.Clear(m_notify_changes); in SetValueFromString()
105 m_path_mappings.Append(orginal_path, replace_path, m_notify_changes); in SetValueFromString()
141 m_notify_changes); in SetValueFromString()
179 m_path_mappings.Remove(index, m_notify_changes); in SetValueFromString()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h21 : m_notify_changes(notify_changes) {} in OptionValuePathMappings()
37 m_path_mappings.Clear(m_notify_changes); in Clear()
51 bool m_notify_changes; variable