Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h47 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) = 0;
H A DDWARFASTParserClang.h58 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) override;
H A DDWARFDIE.cpp296 return dwarf_ast->GetDeclContextForUIDFromDWARF(*this); in GetDeclContext()
H A DSymbolFileDWARF.cpp2620 namespace_decl_ctx = dwarf_ast->GetDeclContextForUIDFromDWARF(die); in FindNamespace()
H A DDWARFASTParserClang.cpp2433 DWARFASTParserClang::GetDeclContextForUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextForUIDFromDWARF() function in DWARFASTParserClang