Home
last modified time | relevance | path

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

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