Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptionValueFileSpec.cpp32 m_completion_mask (CommandCompletions::eDiskFileCompletion) in OptionValueFileSpec()
41 m_completion_mask (CommandCompletions::eDiskFileCompletion) in OptionValueFileSpec()
51 m_completion_mask (CommandCompletions::eDiskFileCompletion) in OptionValueFileSpec()
134 m_completion_mask, in AutoComplete()
/external/lldb/include/lldb/Interpreter/
DOptionValueFileSpec.h117 m_completion_mask = mask; in SetCompletionMask()
124 uint32_t m_completion_mask; variable