Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h289 bool SetLanguageValue(lldb::LanguageType new_language);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp371 bool OptionValue::SetLanguageValue(lldb::LanguageType new_language) { in SetLanguageValue() function in OptionValue