Searched refs:TypeSystemCreateInstance (Results 1 – 4 of 4) sorted by relevance
561 TypeSystemCreateInstance create_callback,565 static bool UnregisterPlugin(TypeSystemCreateInstance create_callback);567 static TypeSystemCreateInstance
123 typedef lldb::TypeSystemSP (*TypeSystemCreateInstance)( typedef
45 TypeSystemCreateInstance create_callback; in CreateInstanceHelper()
1763 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> {1768 : PluginInstance<TypeSystemCreateInstance>(name, description, in TypeSystemInstance()1787 TypeSystemCreateInstance create_callback, in RegisterPlugin()1795 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()1799 TypeSystemCreateInstance