Searched refs:GetCategory (Results 1 - 14 of 14) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp185 ConstString ObjCLanguage::MethodName::GetCategory() { function in class:ObjCLanguage::MethodName
867 DataVisualization::Categories::GetCategory(GetPluginName(), g_category);
H A DObjCLanguage.h57 bool HasCategory() { return !GetCategory().IsEmpty(); }
72 ConstString GetCategory();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp997 DataVisualization::Categories::GetCategory(GetPluginName(), g_category);
1042 if (fmt_mgr.GetCategory(g_vectortypes)->IsEnabled())
1092 if (fmt_mgr.GetCategory(g_vectortypes)->IsEnabled())
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DLanguageCategory.cpp119 lldb::TypeCategoryImplSP LanguageCategory::GetCategory() const { function in class:LanguageCategory
H A DFormatManager.cpp415 if (auto category_sp = entry.second->GetCategory()) {
423 FormatManager::GetCategory(ConstString category_name, bool can_create) { function in class:FormatManager
425 return GetCategory(m_default_category_name);
436 return GetCategory(category_name);
743 GetCategory(m_system_category_name);
776 GetCategory(m_vectortypes_category_name);
H A DDataVisualization.cpp77 bool DataVisualization::Categories::GetCategory(ConstString category, function in class:DataVisualization::Categories
80 entry = GetFormatManager().GetCategory(category, allow_create);
84 bool DataVisualization::Categories::GetCategory( function in class:DataVisualization::Categories
88 entry = lang_category->GetCategory();
93 GetFormatManager().GetCategory(category);
106 GetFormatManager().GetCategory(category)->Clear(
112 if (GetFormatManager().GetCategory(category)->IsEnabled())
124 if (GetFormatManager().GetCategory(category)->IsEnabled())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp428 DataVisualization::Categories::GetCategory(
671 DataVisualization::Categories::GetCategory(
816 DataVisualization::Categories::GetCategory(m_options.m_language,
823 DataVisualization::Categories::GetCategory(
909 DataVisualization::Categories::GetCategory(cat_nameCS, category);
911 DataVisualization::Categories::GetCategory(ConstString(nullptr),
1117 DataVisualization::Categories::GetCategory(
1605 DataVisualization::Categories::GetCategory(ConstString(category_name.c_str()),
1780 if (DataVisualization::Categories::GetCategory(ConstString(entry.ref()),
1888 if (DataVisualization::Categories::GetCategory(typeC
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp35 DataVisualization::Categories::GetCategory(ConstString(name), m_opaque_sp);
H A DSBDebugger.cpp1463 SBTypeCategory SBDebugger::GetCategory(const char *category_name) { function in class:SBDebugger
1464 LLDB_RECORD_METHOD(lldb::SBTypeCategory, SBDebugger, GetCategory,
1472 if (DataVisualization::Categories::GetCategory(ConstString(category_name),
1480 SBTypeCategory SBDebugger::GetCategory(lldb::LanguageType lang_type) { function in class:SBDebugger
1481 LLDB_RECORD_METHOD(lldb::SBTypeCategory, SBDebugger, GetCategory,
1485 if (DataVisualization::Categories::GetCategory(lang_type, category_sp)) {
1501 if (DataVisualization::Categories::GetCategory(ConstString(category_name),
1537 return LLDB_RECORD_RESULT(GetCategory("default"));
1797 LLDB_REGISTER_METHOD(lldb::SBTypeCategory, SBDebugger, GetCategory,
1799 LLDB_REGISTER_METHOD(lldb::SBTypeCategory, SBDebugger, GetCategory,
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DLanguageCategory.h34 lldb::TypeCategoryImplSP GetCategory() const;
H A DFormatManager.h99 lldb::TypeCategoryImplSP GetCategory(const char *category_name = nullptr, function in class:lldb_private::FormatManager
102 return GetCategory(m_default_category_name);
103 return GetCategory(ConstString(category_name));
106 lldb::TypeCategoryImplSP GetCategory(ConstString category_name,
H A DDataVisualization.h82 static bool GetCategory(ConstString category,
86 static bool GetCategory(lldb::LanguageType language,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h267 SBTypeCategory GetCategory(const char *category_name);
269 SBTypeCategory GetCategory(lldb::LanguageType lang_type);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i450 GetCategory (const char* category_name);
453 GetCategory (lldb::LanguageType lang_type);

Completed in 134 milliseconds