Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreterPython.h174 GetDocumentationForItem (const char* item, std::string& dest);
182 return GetDocumentationForItem (name,temp); in CheckObjectExists()
HDScriptInterpreter.h482 GetDocumentationForItem (const char* item, std::string& dest) in GetDocumentationForItem() function
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectCommands.cpp1337 … m_fetched_help_long = scripter->GetDocumentationForItem(m_function_name.c_str(),docstring); in GetHelpLong()
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp2438 ScriptInterpreterPython::GetDocumentationForItem(const char* item, std::string& dest) in GetDocumentationForItem() function in ScriptInterpreterPython