Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h69 clang::DeclContext *GetDeclContextForBlock(const DWARFDIE &die);
H A DDWARFASTParserClang.cpp3684 decl_ctx = GetDeclContextForBlock(die); in GetClangDeclContextForDIE()
3755 DWARFASTParserClang::GetDeclContextForBlock(const DWARFDIE &die) { in GetDeclContextForBlock() function in DWARFASTParserClang