Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryExtensions.i65 return self.formatters_access_class (self,self.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
70 for idx in range(self.GetNumSynthetics()):
96 num_synthetics = property(GetNumSynthetics, None)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h50 uint32_t GetNumSynthetics();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp127 uint32_t SBTypeCategory::GetNumSynthetics() { in GetNumSynthetics() function in SBTypeCategory
132 return m_opaque_sp->GetNumSynthetics(); in GetNumSynthetics()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h293 uint32_t GetNumSynthetics() { return m_synth_cont.GetCount(); } in GetNumSynthetics() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70226 result = (uint32_t)(arg1)->GetNumSynthetics(); in _wrap_SBTypeCategory_GetNumSynthetics()