Searched refs:child_block_sp (Results 1 – 2 of 2) sorted by relevance
374 void Block::AddChild(const BlockSP &child_block_sp) { in AddChild() argument375 if (child_block_sp) { in AddChild()376 child_block_sp->SetParentScope(this); in AddChild()377 m_children.push_back(child_block_sp); in AddChild()
71 void AddChild(const lldb::BlockSP &child_block_sp);