Searched refs:include_aliases (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 265 bool include_aliases = false) const; 411 bool include_aliases, 647 bool include_aliases = true,
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 902 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument 907 if (include_aliases) { in GetCommandNamesMatchingPartialString() 986 if (include_aliases && HasAliases()) { in GetCommandSP() 1035 if (include_aliases && HasAliases()) { in GetCommandSP() 1170 bool include_aliases) const { in GetCommandSPExact() 1178 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact() 1183 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact() 1301 const bool include_aliases = false; in GetAliasFullName() local 1304 GetCommandSP(cmd, include_aliases, exact, ®ular_matches)); in GetAliasFullName() 2007 bool include_aliases = true; in HandleCompletionMatches() local [all …]
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 487 const bool include_aliases = true; in HandleAliasingRawCommand() local 489 cmd_obj.GetCommandName(), include_aliases)) { in HandleAliasingRawCommand()
|