Searched refs:GetDeclContextForUIDFromDWARF (Results 1 – 5 of 5) sorted by relevance
47 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) = 0;
58 GetDeclContextForUIDFromDWARF(const DWARFDIE &die) override;
296 return dwarf_ast->GetDeclContextForUIDFromDWARF(*this); in GetDeclContext()
2620 namespace_decl_ctx = dwarf_ast->GetDeclContextForUIDFromDWARF(die); in FindNamespace()
2433 DWARFASTParserClang::GetDeclContextForUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextForUIDFromDWARF() function in DWARFASTParserClang