Searched refs:GetDeclContextForUIDFromDWARF (Results 1 – 4 of 4) sorted by relevance
53 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) = 0;
74 lldb_private::CompilerDeclContext GetDeclContextForUIDFromDWARF(
2818 namespace_decl_ctx = dwarf_ast->GetDeclContextForUIDFromDWARF(die); in FindNamespace()4375 return dwarf_ast->GetDeclContextForUIDFromDWARF(die); in GetDeclContext()
2325 DWARFASTParserClang::GetDeclContextForUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextForUIDFromDWARF() function in DWARFASTParserClang