Searched refs:GetDWARFDeclContext (Results 1 – 5 of 5) sorted by relevance
150 DWARFDeclContext GetDWARFDeclContext(DWARFUnit *cu) const;
315 static DWARFDeclContext GetDWARFDeclContext(const DWARFDIE &die);
734 DWARFDeclContext DWARFDebugInfoEntry::GetDWARFDeclContext(DWARFUnit *cu) const { in GetDWARFDeclContext() function in DWARFDebugInfoEntry
2849 DWARFDeclContext type_dwarf_decl_ctx = GetDWARFDeclContext(type_die); in FindDefinitionTypeForDWARFDeclContext()3212 GetDWARFDeclContext(die).GetQualifiedNameAsConstString().GetCString(); in ParseVariableDIE()3860 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext() function in SymbolFileDWARF3864 die.GetDIE()->GetDWARFDeclContext(die.GetCU()); in GetDWARFDeclContext()
785 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseEnum()1549 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseStructureLikeDIE()2260 DWARFDeclContext decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseFunctionFromDWARF()