Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreter.h237 int HandleCompletionWithDescriptions(
243 int HandleCompletionWithDescriptions(const char *current_line,
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.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-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp13738 …result = (int)(arg1)->HandleCompletionWithDescriptions((char const *)arg2,arg3,arg4,arg5,*arg6,*ar… in _wrap_SBCommandInterpreter_HandleCompletionWithDescriptions()