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);
648 lldb::TypeImplSP GetTypeAtIndex(size_t idx) { in GetTypeAtIndex() function
607 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in SBTypeList()627 Append(const_cast<SBTypeList &>(rhs).GetTypeAtIndex(i)); in operator =()639 SBType SBTypeList::GetTypeAtIndex(uint32_t index) { in GetTypeAtIndex() function in SBTypeList643 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()
66 TypeSP TypeList::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeList
83 TypeSP TypeMap::GetTypeAtIndex(uint32_t idx) { in GetTypeAtIndex() function in TypeMap
605 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()625 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()643 type_map.Remove(type_list.GetTypeAtIndex(i)); in SortTypeList()
272 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
1782 TypeSP type_sp(type_list.GetTypeAtIndex(0)); in LookupTypeHere()
8439 TypeSP type = type_list.GetTypeAtIndex(i); in DumpFromSymbolFile()
66539 result = (arg1)->GetTypeAtIndex(arg2); in _wrap_SBTypeList_GetTypeAtIndex()