Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DBlock.h320 void SetParentScope(SymbolContextScope *parent_scope) { in SetParentScope() function
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DBlock.cpp387 child_block_sp->SetParentScope(this); in AddChild()
H A DFunction.cpp238 m_block.SetParentScope(this); in Function()