Searched refs:completion_mask (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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 & CommandCompletions::eSourceFileCompletion || in HandleOptionArgumentCompletion() 718 completion_mask & CommandCompletions::eSymbolCompletion) { in HandleOptionArgumentCompletion() 752 interpreter, completion_mask, request, filter_up.get()); in HandleOptionArgumentCompletion()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 61 CommandInterpreter &interpreter, uint32_t completion_mask,
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 52 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks() argument 89 else if ((common_completions[i].type & completion_mask) == in InvokeCommonCompletionCallbacks()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3827 CommonCompletionSearcherDelegate(Debugger &debugger, uint32_t completion_mask, in CommonCompletionSearcherDelegate() argument 3829 : m_debugger(debugger), m_completion_mask(completion_mask), in CommonCompletionSearcherDelegate()
|