Searched refs:child_block_sp (Results 1 – 2 of 2) sorted by relevance
453 Block::AddChild(const BlockSP &child_block_sp) in AddChild() argument455 if (child_block_sp) in AddChild()457 child_block_sp->SetParentScope (this); in AddChild()458 m_children.push_back (child_block_sp); in AddChild()
88 AddChild (const lldb::BlockSP &child_block_sp);