Home
last modified time | relevance | path

Searched defs:help_text (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp137 static std::string help_text; in FormatHelpTextCallback() local
164 static std::string help_text; in LanguageTypeHelpTextCallback() local
H A DCommandObjectMultiword.cpp236 std::string help_text(std::string(pos->second->GetHelp())); GenerateHelpText() local
/llvm-project/clang/docs/tools/
H A Ddump_format_help.py57 help_text = get_help_text() global() variable
/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp449 llvm::StringRef help_text = entry->help_function(); GetArgumentHelp() local
672 std::string help_text(GetHelp()); GenerateHelpText() local
H A DCommandInterpreter.cpp2842 OutputFormattedHelpText(Stream & strm,llvm::StringRef prefix,llvm::StringRef help_text) OutputFormattedHelpText() argument
2887 OutputFormattedHelpText(Stream & strm,llvm::StringRef word_text,llvm::StringRef separator,llvm::StringRef help_text,size_t max_word_len) OutputFormattedHelpText() argument
2897 OutputHelpText(Stream & strm,llvm::StringRef word_text,llvm::StringRef separator,llvm::StringRef help_text,uint32_t max_word_len) OutputHelpText() argument
[all...]
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h89 const char *help_text; global() member