Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h53 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) = 0;
H A DDWARFASTParserClang.h75 lldb_private::CompilerDeclContext GetDeclContextForUIDFromDWARF(
H A DSymbolFileDWARF.cpp2882 namespace_decl_ctx = dwarf_ast->GetDeclContextForUIDFromDWARF(die); in FindNamespace()
4389 return dwarf_ast->GetDeclContextForUIDFromDWARF(die); in GetDeclContext()
H A DDWARFASTParserClang.cpp2255 DWARFASTParserClang::GetDeclContextForUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextForUIDFromDWARF() function in DWARFASTParserClang