Searched refs:completion_mask (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | Options.cpp | 703 uint32_t completion_mask = opt_defs[opt_defs_index].completion_type; in HandleOptionArgumentCompletion() local 705 if (completion_mask == 0) { in HandleOptionArgumentCompletion() 713 completion_mask = arg_entry->completion_type; in HandleOptionArgumentCompletion() 717 if (completion_mask & lldb::eSourceFileCompletion || in HandleOptionArgumentCompletion() 718 completion_mask & lldb::eSymbolCompletion) { in HandleOptionArgumentCompletion() 752 interpreter, completion_mask, request, filter_up.get()); in HandleOptionArgumentCompletion()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandCompletions.h | 28 CommandInterpreter &interpreter, uint32_t completion_mask,
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 54 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks() argument 97 else if ((common_completions[i].type & completion_mask) == in InvokeCommonCompletionCallbacks()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 3828 CommonCompletionSearcherDelegate(Debugger &debugger, uint32_t completion_mask, in CommonCompletionSearcherDelegate() argument 3830 : m_debugger(debugger), m_completion_mask(completion_mask), in CommonCompletionSearcherDelegate()
|