Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h205 bool GetDocumentationForItem(const char *item, std::string &dest) override;
220 return GetDocumentationForItem(name, temp); in CheckObjectExists()
H A DScriptInterpreterPython.cpp2944 bool ScriptInterpreterPythonImpl::GetDocumentationForItem(const char *item, in GetDocumentationForItem() function in ScriptInterpreterPythonImpl
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h512 virtual bool GetDocumentationForItem(const char *item, std::string &dest) { in GetDocumentationForItem() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1110 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()