Searched refs:TypeSystemCreateInstance (Results 1 – 4 of 4) sorted by relevance
477 TypeSystemCreateInstance create_callback,481 static bool UnregisterPlugin(TypeSystemCreateInstance create_callback);483 static TypeSystemCreateInstance
121 typedef lldb::TypeSystemSP (*TypeSystemCreateInstance)( typedef
1451 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> {1456 : PluginInstance<TypeSystemCreateInstance>(name, description, in TypeSystemInstance()1475 TypeSystemCreateInstance create_callback, in RegisterPlugin()1483 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()1487 TypeSystemCreateInstance
45 TypeSystemCreateInstance create_callback; in CreateInstanceHelper()