Home
last modified time | relevance | path

Searched refs:GetDeclContextForUIDFromDWARF (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h51 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) = 0;
H A DDWARFASTParserClang.h69 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) override;
H A DSymbolFileDWARF.cpp2673 namespace_decl_ctx = dwarf_ast->GetDeclContextForUIDFromDWARF(die); in FindNamespace()
4195 return dwarf_ast->GetDeclContextForUIDFromDWARF(die); in GetDeclContext()
H A DDWARFASTParserClang.cpp2268 DWARFASTParserClang::GetDeclContextForUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextForUIDFromDWARF() function in DWARFASTParserClang