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/
DDWARFASTParser.h51 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) = 0;
DDWARFASTParserClang.h69 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) override;
DSymbolFileDWARF.cpp2673 namespace_decl_ctx = dwarf_ast->GetDeclContextForUIDFromDWARF(die); in FindNamespace()
4195 return dwarf_ast->GetDeclContextForUIDFromDWARF(die); in GetDeclContext()
DDWARFASTParserClang.cpp2268 DWARFASTParserClang::GetDeclContextForUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextForUIDFromDWARF() function in DWARFASTParserClang