Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1333 struct REPLInstance : public PluginInstance<REPLCreateInstance> { struct
1334 REPLInstance(llvm::StringRef name, llvm::StringRef description, in REPLInstance() argument
1342 typedef PluginInstances<REPLInstance> REPLInstances; argument