Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp377 GetDeclContextImpl(llvm::SmallSet<lldb::user_id_t, 4> &seen, DWARFDIE die) { in GetDeclContextImpl() function
385 return GetDeclContextImpl(seen, spec); in GetDeclContextImpl()
388 context = GetDeclContextImpl(seen, die.GetParent()); in GetDeclContextImpl()
430 return GetDeclContextImpl(seen, *this); in GetDeclContext()