Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h267 bool SetBooleanValue(bool new_value);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp281 bool OptionValue::SetBooleanValue(bool new_value) { in SetBooleanValue() function in OptionValue
H A DOptionValueProperties.cpp313 value->SetBooleanValue(new_value); in SetPropertyAtIndexAsBoolean()