Searched defs:descriptions (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | CompletionRequest.h | 210 const StringList &descriptions) { in AddCompletions()
|
/freebsd-src/contrib/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 246 HandleCompletionWithDescriptions(const char * current_line,const char * cursor,const char * last_char,int match_start_point,int max_return_elements,SBStringList & matches,SBStringList & descriptions) HandleCompletionWithDescriptions() argument 312 HandleCompletionWithDescriptions(const char * current_line,uint32_t cursor_pos,int match_start_point,int max_return_elements,SBStringList & matches,SBStringList & descriptions) HandleCompletionWithDescriptions() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMultiword.cpp | 253 StringList new_matches, descriptions; in HandleCompletion() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | REPL.cpp | 509 StringList matches, descriptions; in IOHandlerComplete() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 924 GetCommandNamesMatchingPartialString(const char * cmd_str,bool include_aliases,StringList & matches,StringList & descriptions) GetCommandNamesMatchingPartialString() argument 2058 StringList new_matches, descriptions; HandleCompletionMatches() local [all...] |