Home
last modified time | relevance | path

Searched refs:GetNumFilters (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryExtensions.i76 return self.formatters_access_class (self,self.__class__.GetNumFilters,self.__class__.GetFilterAtIndex,self.__class__.GetFilterForType)
81 for idx in range(self.GetNumFilters()):
95 num_filters = property(GetNumFilters, None)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h48 uint32_t GetNumFilters();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp119 uint32_t SBTypeCategory::GetNumFilters() { in GetNumFilters() function in SBTypeCategory
124 return m_opaque_sp->GetNumFilters(); in GetNumFilters()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h291 uint32_t GetNumFilters() { return m_filter_cont.GetCount(); } in GetNumFilters() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70202 result = (uint32_t)(arg1)->GetNumFilters(); in _wrap_SBTypeCategory_GetNumFilters()