Searched refs:TypeSystemCreateInstance (Results 1 – 4 of 4) sorted by relevance
404 TypeSystemCreateInstance create_callback,408 static bool UnregisterPlugin(TypeSystemCreateInstance create_callback);410 static TypeSystemCreateInstance
106 typedef lldb::TypeSystemSP (*TypeSystemCreateInstance)( typedef
1174 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> {1179 : PluginInstance<TypeSystemCreateInstance>(name, std::move(description), in TypeSystemInstance()1198 TypeSystemCreateInstance create_callback, in RegisterPlugin()1206 bool PluginManager::UnregisterPlugin(TypeSystemCreateInstance create_callback) { in UnregisterPlugin()1210 TypeSystemCreateInstance
43 TypeSystemCreateInstance create_callback; in CreateInstanceHelper()