Home
last modified time | relevance | path

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

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