Searched refs:TypeSystemCreateInstance (Results 1 – 4 of 4) sorted by relevance
436 TypeSystemCreateInstance create_callback,440 static bool UnregisterPlugin(TypeSystemCreateInstance create_callback);442 static TypeSystemCreateInstance
111 typedef lldb::TypeSystemSP (*TypeSystemCreateInstance)( typedef
1274 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> {1279 : PluginInstance<TypeSystemCreateInstance>(name, description, in TypeSystemInstance()1298 TypeSystemCreateInstance create_callback, in RegisterPlugin()1306 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()1310 TypeSystemCreateInstance
44 TypeSystemCreateInstance create_callback; in CreateInstanceHelper()