Home
last modified time | relevance | path

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

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