Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTypeCategory.i58 GetNumFilters ();
195 …return self.formatters_access_class (self,self.__class__.GetNumFilters,self.__class__.GetFilterAtI…
200 for idx in range(self.GetNumFilters()):
214 num_filters = property(GetNumFilters, None)
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeCategory.h48 uint32_t GetNumFilters();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeCategory.cpp119 uint32_t SBTypeCategory::GetNumFilters() { in GetNumFilters() function in SBTypeCategory
124 return m_opaque_sp->GetNumFilters(); in GetNumFilters()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h291 uint32_t GetNumFilters() { return m_filter_cont.GetCount(); } in GetNumFilters() function