Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h280 bool SetLanguageValue(lldb::LanguageType new_language);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp369 bool OptionValue::SetLanguageValue(lldb::LanguageType new_language) { in SetLanguageValue() function in OptionValue