Searched refs:m_completion_mask (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueFileColonLine.h | 51 void SetCompletionMask(uint32_t mask) { m_completion_mask = mask; } in SetCompletionMask() 57 uint32_t m_completion_mask = lldb::eSourceFileCompletion; variable
|
| H A D | OptionValueFileSpec.h | 75 void SetCompletionMask(uint32_t mask) { m_completion_mask = mask; } in SetCompletionMask() 82 uint32_t m_completion_mask = lldb::eDiskFileCompletion; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpec.cpp | 88 interpreter, m_completion_mask, request, nullptr); in AutoComplete()
|
| H A D | OptionValueFileColonLine.cpp | 150 interpreter, m_completion_mask, request, nullptr); in AutoComplete()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3831 : m_debugger(debugger), m_completion_mask(completion_mask), in CommonCompletionSearcherDelegate() 3844 m_debugger.GetCommandInterpreter(), m_completion_mask, request, in UpdateMatches() 3856 uint32_t m_completion_mask; member in lldb_private::curses::CommonCompletionSearcherDelegate
|