Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h281 return GetCharValue(); in GetValueAs()
359 std::optional<char> GetCharValue() const;
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp289 std::optional<char> OptionValue::GetCharValue() const { in GetCharValue() function in OptionValue