Searched refs:include_aliases (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 216 bool include_aliases) const; 333 bool include_aliases, 540 bool include_aliases = true,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 844 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument 849 if (include_aliases) { in GetCommandNamesMatchingPartialString() 858 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() argument 871 if (include_aliases && HasAliases()) { in GetCommandSP() 912 if (include_aliases && HasAliases()) { in GetCommandSP() 1019 return GetCommandSP(cmd_str, include_aliases, true, nullptr); in GetCommandSPExact() 1024 include_aliases, true, nullptr); in GetCommandSPExact() 1106 const bool include_aliases = false; in GetAliasFullName() local 1109 GetCommandSP(cmd, include_aliases, exact, ®ular_matches)); in GetAliasFullName() 1780 bool include_aliases = true; in HandleCompletionMatches() local [all …]
|