Home
last modified time | relevance | path

Searched refs:docstring (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp1108 std::string docstring; in GetHelpLong() local
1111 if (!docstring.empty()) in GetHelpLong()
1112 SetHelpLong(docstring); in GetHelpLong()
1176 std::string docstring; in GetHelp() local
1178 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()
1179 if (!docstring.empty()) in GetHelp()
1180 SetHelp(docstring); in GetHelp()
1193 std::string docstring; in GetHelpLong() local
1195 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()
1196 if (!docstring.empty()) in GetHelpLong()
[all …]
/llvm-project-15.0.7/llvm/cmake/modules/
H A DChooseMSVCCRT.cmake47 # CMake requires the docstring parameter whenever set() touches the cache,
48 # so get the existing docstring and re-use that.
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython.swig9 /* Define our module docstring. */
61 %module(docstring=DOCSTRING, moduleimport=MODULEIMPORT) lldb
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A DOpDSL.md74 The docstring will be transferred to the op definition verbatim.
/llvm-project-15.0.7/lldb/docs/use/
H A Dpython-reference.rst504 Optionally, you can also provide a Python docstring, and LLDB will use it when providing help for y…