Home
last modified time | relevance | path

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

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