Searched refs:TypeSystemCreateInstance (Results 1 – 4 of 4) sorted by relevance
429 TypeSystemCreateInstance create_callback,433 static bool UnregisterPlugin(TypeSystemCreateInstance create_callback);435 static TypeSystemCreateInstance
108 typedef lldb::TypeSystemSP (*TypeSystemCreateInstance)( typedef
1236 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> {1241 : PluginInstance<TypeSystemCreateInstance>(name, std::move(description), in TypeSystemInstance()1260 TypeSystemCreateInstance create_callback, in RegisterPlugin()1268 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()1272 TypeSystemCreateInstance
43 TypeSystemCreateInstance create_callback; in CreateInstanceHelper()