Home
last modified time | relevance | path

Searched defs:descriptions (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h210 const StringList &descriptions) { in AddCompletions()
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp246 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 DCommandObjectMultiword.cpp253 StringList new_matches, descriptions; in HandleCompletion() local
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp509 StringList matches, descriptions; in IOHandlerComplete() local
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp924 GetCommandNamesMatchingPartialString(const char * cmd_str,bool include_aliases,StringList & matches,StringList & descriptions) GetCommandNamesMatchingPartialString() argument
2058 StringList new_matches, descriptions; HandleCompletionMatches() local
[all...]