Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1277 static TypeSystemInstances &GetTypeSystemInstances() { in GetTypeSystemInstances() function
1287 return GetTypeSystemInstances().RegisterPlugin( in RegisterPlugin()
1293 return GetTypeSystemInstances().UnregisterPlugin(create_callback); in UnregisterPlugin()
1298 return GetTypeSystemInstances().GetCallbackAtIndex(idx); in GetTypeSystemCreateCallbackAtIndex()
1302 const auto &instances = GetTypeSystemInstances().GetInstances(); in GetAllTypeSystemSupportedLanguagesForTypes()
1310 const auto &instances = GetTypeSystemInstances().GetInstances(); in GetAllTypeSystemSupportedLanguagesForExpressions()