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