Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h193 bool GetDocumentationForItem(const char *item, std::string &dest) override;
222 return GetDocumentationForItem(name, temp); in CheckObjectExists()
H A DScriptInterpreterPython.cpp2742 bool ScriptInterpreterPythonImpl::GetDocumentationForItem(const char *item, in GetDocumentationForItem() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h481 virtual bool GetDocumentationForItem(const char *item, std::string &dest) { in GetDocumentationForItem() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1062 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()