Searched refs:type_map (Results 1 – 2 of 2) sorted by relevance
567 type_map.ForEach( in SortTypeList()577 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()578 type_map.Remove(type_sp); in SortTypeList()585 if (function != nullptr && !type_map.Empty()) { in SortTypeList()599 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()604 if (comp_unit != nullptr && !type_map.Empty()) { in SortTypeList()619 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()624 if (module_sp && !type_map.Empty()) { in SortTypeList()637 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()641 if (!type_map.Empty()) { in SortTypeList()[all …]
271 void SortTypeList(TypeMap &type_map, TypeList &type_list) const;