Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DBlock.h320 void SetParentScope(SymbolContextScope *parent_scope) { in SetParentScope() function
/external/llvm-project/lldb/source/Symbol/
DBlock.cpp376 child_block_sp->SetParentScope(this); in AddChild()
DFunction.cpp237 m_block.SetParentScope(this); in Function()