Searched refs:GetTypeAtIndex (Results 1 – 14 of 14) sorted by relevance
39 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
42 lldb::TypeSP GetTypeAtIndex(uint32_t idx);
679 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
614 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()634 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()652 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
708 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in SBTypeList()728 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in operator =()740 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList744 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()150 type_sp = class_types.GetTypeAtIndex(i); in GetTypeInfo()
306 lldb::SBType GetTypeAtIndex(uint32_t index);
388 const char *GetTypeAtIndex(size_t idx) { return m_type_vector[idx].c_str(); } in GetTypeAtIndex() function in ObjCRuntimeMethodType
1739 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in LookupTypeHere()
8604 TypeSP type = type_list.GetTypeAtIndex(i); in DumpFromSymbolFile()
69769 result = (arg1)->GetTypeAtIndex(arg2); in _wrap_SBTypeList_GetTypeAtIndex()