Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1260 struct TypeSystemInstance : public PluginInstance<TypeSystemCreateInstance> { struct
1261 TypeSystemInstance(llvm::StringRef name, llvm::StringRef description, in TypeSystemInstance() function
1275 typedef PluginInstances<TypeSystemInstance> TypeSystemInstances; argument