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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i52 GetNumFormats ();
162 return self.formatters_access_class (self,self.__class__.GetNumFormats,self.__class__.GetFormatAtIndex,self.__class__.GetFormatForType)
167 for idx in range(self.GetNumFormats()):
212 num_formats = property(GetNumFormats, None)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h44 uint32_t GetNumFormats();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp107 uint32_t SBTypeCategory::GetNumFormats() { function in class:SBTypeCategory
108 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTypeCategory, GetNumFormats);
681 LLDB_REGISTER_METHOD(uint32_t, SBTypeCategory, GetNumFormats, ());

Completed in 102 milliseconds