Searched refs:m_container (Results 1 – 2 of 2) sorted by relevance
155 const C &m_container;158 AdaptedIterable(const C &container) : m_container(container) {} in AdaptedIterable()161 return AdaptedConstIterator<C, E, A>(m_container.begin()); in begin()165 return AdaptedConstIterator<C, E, A>(m_container.end()); in end()
1521 if (!m_container) { in IOHandlerInputComplete()1530 llvm::Error llvm_error = m_container->LoadUserSubcommand( in IOHandlerInputComplete()1582 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute()1591 if (!m_container) { in DoExecute()1637 if (!m_container) { in DoExecute()1645 m_container->LoadUserSubcommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()1654 CommandObjectMultiword *m_container = nullptr; member in CommandObjectCommandsScriptAdd