Home
last modified time | relevance | path

Searched refs:TypeSystemInstance (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1236 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> { struct
1237 TypeSystemInstance(ConstString name, std::string description, in TypeSystemInstance() function
1251 typedef PluginInstances<TypeSystemInstance> TypeSystemInstances; argument