Searched defs:SetValueChangedCallback (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/source/Interpreter/ | ||
H A D | Property.cpp | 306 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function in Property |
H A D | OptionValueProperties.cpp | 36 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback() function in OptionValueProperties |
/llvm-project/lldb/include/lldb/Interpreter/ | ||
H A D | OptionValue.h | 263 void SetValueChangedCallback(std::function<void()> callback) { SetValueChangedCallback() function |