Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp2185 struct REPLInstance { struct
2186 REPLInstance() : name(), description(), create_callback(nullptr) {} in REPLInstance() function
2194 typedef std::vector<REPLInstance> REPLInstances; argument
2211 REPLInstance instance; in RegisterPlugin()