Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/ !
H A DOptionValue.h295 if (std::optional<int64_t> value = GetEnumerationValue()) in GetValueAs()
362 std::optional<int64_t> GetEnumerationValue() const;
/src/contrib/llvm-project/lldb/source/Interpreter/ !
H A DOptionValue.cpp305 std::optional<int64_t> OptionValue::GetEnumerationValue() const { in GetEnumerationValue() function in OptionValue