Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp2085 typedef std::vector<TypeSystemInstance> TypeSystemInstances; typedef
2092 static TypeSystemInstances &GetTypeSystemInstances() { in GetTypeSystemInstances()
2093 static TypeSystemInstances g_instances; in GetTypeSystemInstances()
2119 TypeSystemInstances &instances = GetTypeSystemInstances(); in UnregisterPlugin()
2121 TypeSystemInstances::iterator pos, end = instances.end(); in UnregisterPlugin()
2135 TypeSystemInstances &instances = GetTypeSystemInstances(); in GetTypeSystemCreateCallbackAtIndex()
2146 TypeSystemInstances &instances = GetTypeSystemInstances(); in GetTypeSystemCreateCallbackForPluginName()
2148 TypeSystemInstances::iterator pos, end = instances.end(); in GetTypeSystemCreateCallbackForPluginName()
2161 TypeSystemInstances &instances = GetTypeSystemInstances(); in GetTypeSystemEnumerateSupportedLanguagesCallbackAtIndex()
2172 TypeSystemInstances &instances = GetTypeSystemInstances(); in GetTypeSystemEnumerateSupportedLanguagesCallbackForPluginName()
[all …]