Searched refs:child_block_sp (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h68 /// \param[in] child_block_sp
71 void AddChild(const lldb::BlockSP &child_block_sp);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp374 void Block::AddChild(const BlockSP &child_block_sp) { argument
375 if (child_block_sp) {
376 child_block_sp->SetParentScope(this);
377 m_children.push_back(child_block_sp);

Completed in 123 milliseconds