Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1484 struct REPLInstance : public PluginInstance<REPLCreateInstance> { struct
1485 REPLInstance(llvm::StringRef name, llvm::StringRef description, in REPLInstance() argument
1493 typedef PluginInstances<REPLInstance> REPLInstances; argument