Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h111 clang::DeclContext *GetDeclContextForBlock(const DWARFDIE &die);
H A DDWARFASTParserClang.cpp3223 decl_ctx = GetDeclContextForBlock(die); in GetClangDeclContextForDIE()
3320 DWARFASTParserClang::GetDeclContextForBlock(const DWARFDIE &die) { in GetDeclContextForBlock() function in DWARFASTParserClang