Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h201 bool GetDocumentationForItem(const char *item, std::string &dest) override;
216 return GetDocumentationForItem(name, temp); in CheckObjectExists()
DScriptInterpreterPython.cpp3035 bool ScriptInterpreterPythonImpl::GetDocumentationForItem(const char *item, in GetDocumentationForItem() function in ScriptInterpreterPythonImpl
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h482 virtual bool GetDocumentationForItem(const char *item, std::string &dest) { in GetDocumentationForItem() function
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp1096 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()