Searched refs:GetFormatAtIndex (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i91 GetFormatAtIndex (uint32_t);
162 return self.formatters_access_class (self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)
168 formats.append(self.GetFormatAtIndex(idx))
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h70 SBTypeFormat GetFormatAtIndex(uint32_t);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp312 SBTypeFormat SBTypeCategory::GetFormatAtIndex(uint32_t index) { function in class:SBTypeCategory
313 LLDB_RECORD_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatAtIndex,
319 SBTypeFormat(m_opaque_sp->GetFormatAtIndex((index))));
713 LLDB_REGISTER_METHOD(lldb::SBTypeFormat, SBTypeCategory, GetFormatAtIndex,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h254 FormatContainer::MapValueType GetFormatAtIndex(size_t index);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp409 TypeCategoryImpl::GetFormatAtIndex(size_t index) { function in class:TypeCategoryImpl

Completed in 200 milliseconds