Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h289 return GetLanguageValue(); in GetValueAs()
379 std::optional<lldb::LanguageType> GetLanguageValue() const;
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp369 std::optional<lldb::LanguageType> OptionValue::GetLanguageValue() const { in GetLanguageValue() function in OptionValue