Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp854 static TypeCategoryImplSP g_category; in GetFormatters() local
858 g_category); in GetFormatters()
859 if (g_category) { in GetFormatters()
860 LoadCoreMediaFormatters(g_category); in GetFormatters()
861 LoadObjCFormatters(g_category); in GetFormatters()
864 return g_category; in GetFormatters()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1551 static TypeCategoryImplSP g_category; in GetFormatters() local
1555 g_category); in GetFormatters()
1556 if (g_category) { in GetFormatters()
1557 LoadLibStdcppFormatters(g_category); in GetFormatters()
1558 LoadLibCxxFormatters(g_category); in GetFormatters()
1559 LoadSystemFormatters(g_category); in GetFormatters()
1562 return g_category; in GetFormatters()