Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h314 bool SetValueAs(char v) { return SetCharValue(v); } in SetValueAs()
360 bool SetCharValue(char new_value);
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp296 bool OptionValue::SetCharValue(char new_value) { in SetCharValue() function in OptionValue