Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValue.h291 bool SetLanguageValue(lldb::LanguageType new_language);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp369 bool OptionValue::SetLanguageValue(lldb::LanguageType new_language) { in SetLanguageValue() function in OptionValue
H A DOptionValueProperties.cpp235 return value->SetLanguageValue(lang); in SetPropertyAtIndexAsLanguage()