Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h274 return GetCharValue(); in GetValueAs()
356 std::optional<char> GetCharValue() const;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp287 std::optional<char> OptionValue::GetCharValue() const { in GetCharValue() function in OptionValue