Searched refs:GetDWARFDeclContext (Results 1 – 5 of 5) sorted by relevance
150 DWARFDeclContext GetDWARFDeclContext(DWARFUnit *cu) const;
315 static DWARFDeclContext GetDWARFDeclContext(const DWARFDIE &die);
735 DWARFDeclContext DWARFDebugInfoEntry::GetDWARFDeclContext(DWARFUnit *cu) const { in GetDWARFDeclContext() function in DWARFDebugInfoEntry
2942 DWARFDeclContext type_dwarf_decl_ctx = GetDWARFDeclContext(type_die); in FindDefinitionTypeForDWARFDeclContext()3314 GetDWARFDeclContext(die).GetQualifiedNameAsConstString().GetCString(); in ParseVariableDIE()4068 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext() function in SymbolFileDWARF4072 die.GetDIE()->GetDWARFDeclContext(die.GetCU()); in GetDWARFDeclContext()
770 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseEnum()1642 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseStructureLikeDIE()2326 DWARFDeclContext decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseFunctionFromDWARF()