Home
last modified time | relevance | path

Searched refs:HandleCompletionWithDescriptions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h237 int HandleCompletionWithDescriptions(
243 int HandleCompletionWithDescriptions(const char *current_line,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp239 return HandleCompletionWithDescriptions( in HandleCompletion()
244 int SBCommandInterpreter::HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions() function in SBCommandInterpreter
310 int SBCommandInterpreter::HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions() function in SBCommandInterpreter
319 return HandleCompletionWithDescriptions( in HandleCompletionWithDescriptions()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13738 …result = (int)(arg1)->HandleCompletionWithDescriptions((char const *)arg2,arg3,arg4,arg5,*arg6,*ar… in _wrap_SBCommandInterpreter_HandleCompletionWithDescriptions()