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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i58 GetNumFilters ();
195 return self.formatters_access_class (self,self.__class__.GetNumFilters,self.__class__.GetFilterAtIndex,self.__class__.GetFilterForType)
200 for idx in range(self.GetNumFilters()):
214 num_filters = property(GetNumFilters, None)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h48 uint32_t GetNumFilters();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp126 uint32_t SBTypeCategory::GetNumFilters() { function in class:SBTypeCategory
127 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTypeCategory, GetNumFilters);
683 LLDB_REGISTER_METHOD(uint32_t, SBTypeCategory, GetNumFilters, ());

Completed in 60 milliseconds