Home
last modified time | relevance | path

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

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