Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1451 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> { struct
1452 TypeSystemInstance(llvm::StringRef name, llvm::StringRef description, in TypeSystemInstance() function
1466 typedef PluginInstances<TypeSystemInstance> TypeSystemInstances; argument