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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h193 bool GetDocumentationForItem(const char *item, std::string &dest) override;
208 return GetDocumentationForItem(name, temp);
H A DScriptInterpreterPython.cpp3016 bool ScriptInterpreterPythonImpl::GetDocumentationForItem(const char *item, function in class:ScriptInterpreterPythonImpl
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h434 virtual bool GetDocumentationForItem(const char *item, std::string &dest) { function in class:lldb_private::ScriptInterpreter
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1229 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring);

Completed in 178 milliseconds