Home
last modified time | relevance | path

Searched refs:GetNumFormats (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeCategory.i52 GetNumFormats ();
162 …return self.formatters_access_class (self,self.__class__.GetNumFormats,self.__class__.GetFormatAtI…
167 for idx in range(self.GetNumFormats()):
212 num_formats = property(GetNumFormats, None)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeCategory.h44 uint32_t GetNumFormats();
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp102 uint32_t SBTypeCategory::GetNumFormats() { in GetNumFormats() function in SBTypeCategory