Home
last modified time | relevance | path

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

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