Home
last modified time | relevance | path

Searched refs:SetParentScope (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDBlock.h320 void SetParentScope(SymbolContextScope *parent_scope) { in SetParentScope() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDBlock.cpp403 child_block_sp->SetParentScope(this); in AddChild()
HDFunction.cpp264 m_block.SetParentScope(this); in Function()