Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h372 void SetParentScope(SymbolContextScope *parent_scope) { in SetParentScope() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DBlock.cpp359 child_block_sp->SetParentScope(this); in AddChild()
H A DFunction.cpp195 m_block.SetParentScope(this); in Function()