Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h141 GetDeclContextForBlock(const lldb_private::plugin::dwarf::DWARFDIE &die);
H A DDWARFASTParserClang.cpp3444 decl_ctx = GetDeclContextForBlock(die); in GetClangDeclContextForDIE()
3541 DWARFASTParserClang::GetDeclContextForBlock(const DWARFDIE &die) { in GetDeclContextForBlock() function in DWARFASTParserClang