Searched refs:GetTypeAtIndex (Results 1 – 13 of 13) sorted by relevance
39 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
42 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
715 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
571 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()591 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()609 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
744 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in SBTypeList()764 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in operator =()776 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList780 return SBType(m_opaque_up->GetTypeAtIndex(index)); in GetTypeAtIndex()
117 type_sp = class_types.GetTypeAtIndex(0); in GetTypeInfo()135 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfo()149 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfo()
313 lldb::SBType GetTypeAtIndex(uint32_t index);
389 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } in GetTypeAtIndex() function in ObjCRuntimeMethodType
1747 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in LookupTypeHere()
8528 TypeSP type = type_list.GetTypeAtIndex(i); in DumpFromSymbolFile()
71077 result = (arg1)->GetTypeAtIndex(arg2); in _wrap_SBTypeList_GetTypeAtIndex()