Home
last modified time | relevance | path

Searched defs:SetValueChangedCallback (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp306 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function in Property
H A DOptionValueProperties.cpp36 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback() function in OptionValueProperties
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h258 void SetValueChangedCallback(std::function<void()> callback) { SetValueChangedCallback() function