Searched refs:OptionValueLanguage (Results 1 – 9 of 9) sorted by relevance
18 class OptionValueLanguage : public Cloneable<OptionValueLanguage, OptionValue> {20 OptionValueLanguage(lldb::LanguageType value) in OptionValueLanguage() function23 OptionValueLanguage(lldb::LanguageType current_value, in OptionValueLanguage() function27 ~OptionValueLanguage() override = default;
224 OptionValueLanguage *GetAsLanguage();225 const OptionValueLanguage *GetAsLanguage() const;
20 void OptionValueLanguage::DumpValue(const ExecutionContext *exe_ctx, in DumpValue()32 llvm::json::Value OptionValueLanguage::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON()36 Status OptionValueLanguage::SetValueFromString(llvm::StringRef value, in SetValueFromString()
165 OptionValueLanguage *OptionValue::GetAsLanguage() { in GetAsFormatEntity() 167 return static_cast<OptionValueLanguage *>(this); in GetAsFormatEntity() 171 const OptionValueLanguage *OptionValue::GetAsLanguage() const { in GetAsPathMappings() 173 return static_cast<const OptionValueLanguage *>(this); in GetAsPathMappings() 371 if (const OptionValueLanguage *option_value = GetAsLanguage()) in SetSInt64Value() 378 if (OptionValueLanguage *option_value = GetAsLanguage()) { in GetStringValue() 552 value_sp = std::make_shared<OptionValueLanguage>(eLanguageTypeUnknown); in DeepCopy()
153 m_value_sp = std::make_shared<OptionValueLanguage>(new_lang); in Property()
153 class OptionValueLanguage; variable
1020 OptionValueLanguage m_category_language;1703 OptionValueLanguage m_cate_language;
281 OptionValueLanguage m_language_for_type;
333 SRCS+= Interpreter/OptionValueLanguage.cpp