Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DProperty.cpp305 void Property::SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function in Property
H A DOptionValueProperties.cpp40 void OptionValueProperties::SetValueChangedCallback( in SetValueChangedCallback() function in OptionValueProperties
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h313 void SetValueChangedCallback(std::function<void()> callback) { in SetValueChangedCallback() function