Searched refs:TypeSystemCreateInstance (Results 1 – 4 of 4) sorted by relevance
431 TypeSystemCreateInstance create_callback,435 static bool UnregisterPlugin(TypeSystemCreateInstance create_callback);437 static TypeSystemCreateInstance
108 typedef lldb::TypeSystemSP (*TypeSystemCreateInstance)( typedef
1260 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> {1265 : PluginInstance<TypeSystemCreateInstance>(name, description, in TypeSystemInstance()1284 TypeSystemCreateInstance create_callback, in RegisterPlugin()1292 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()1296 TypeSystemCreateInstance
43 TypeSystemCreateInstance create_callback; in CreateInstanceHelper()