Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h97 clang::DeclContext *GetDeclContextForBlock(const DWARFDIE &die);
H A DDWARFASTParserClang.cpp3242 decl_ctx = GetDeclContextForBlock(die); in GetClangDeclContextForDIE()
3338 DWARFASTParserClang::GetDeclContextForBlock(const DWARFDIE &die) { in GetDeclContextForBlock() function in DWARFASTParserClang