Home
last modified time | relevance | path

Searched refs:m_completion_mask (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFileColonLine.h49 void SetCompletionMask(uint32_t mask) { m_completion_mask = mask; } in SetCompletionMask()
55 uint32_t m_completion_mask = lldb::eSourceFileCompletion; variable
H A DOptionValueFileSpec.h75 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 DOptionValueFileSpec.cpp88 interpreter, m_completion_mask, request, nullptr); in AutoComplete()
H A DOptionValueFileColonLine.cpp136 interpreter, m_completion_mask, request, nullptr); in AutoComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3830 : m_debugger(debugger), m_completion_mask(completion_mask), in CommonCompletionSearcherDelegate()
3843 m_debugger.GetCommandInterpreter(), m_completion_mask, request, in UpdateMatches()
3855 uint32_t m_completion_mask; member in curses::CommonCompletionSearcherDelegate