Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1295 struct REPLInstance : public PluginInstance<REPLCreateInstance> { struct
1296 REPLInstance(ConstString name, std::string description, in REPLInstance() argument
1305 typedef PluginInstances<REPLInstance> REPLInstances; argument