Home
last modified time | relevance | path

Searched refs:SetBooleanValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h256 bool SetBooleanValue(bool new_value);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp281 bool OptionValue::SetBooleanValue(bool new_value) { in SetBooleanValue() function in OptionValue
H A DOptionValueProperties.cpp307 value->SetBooleanValue(new_value); in SetPropertyAtIndexAsBoolean()