Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h305 bool SetValueAs(bool v) { return SetBooleanValue(v); } in SetValueAs()
354 bool SetBooleanValue(bool new_value);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp278 bool OptionValue::SetBooleanValue(bool new_value) { in SetBooleanValue() function in OptionValue