Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp71 m_notify_changes)) in SetValueFromString()
73 m_notify_changes); in SetValueFromString()
97 m_path_mappings.Clear(m_notify_changes); in SetValueFromString()
110 m_path_mappings.Append(orginal_path, replace_path, m_notify_changes); in SetValueFromString()
146 m_notify_changes); in SetValueFromString()
184 m_path_mappings.Remove(index, m_notify_changes); in SetValueFromString()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h21 : m_notify_changes(notify_changes) {} in OptionValuePathMappings()
39 m_path_mappings.Clear(m_notify_changes); in Clear()
53 bool m_notify_changes; variable