Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1274 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> { struct
1275 TypeSystemInstance(llvm::StringRef name, llvm::StringRef description, in TypeSystemInstance() argument
1289 typedef PluginInstances<TypeSystemInstance> TypeSystemInstances; argument