Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBTypeCategory.i61 GetNumSynthetics ();
184 …return self.formatters_access_class (self,self.__class__.GetNumSynthetics,self.__class__.GetSynthe…
189 for idx in range(self.GetNumSynthetics()):
215 num_synthetics = property(GetNumSynthetics, None)
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBTypeCategory.h50 uint32_t GetNumSynthetics();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBTypeCategory.cpp134 uint32_t SBTypeCategory::GetNumSynthetics() { in GetNumSynthetics() function in SBTypeCategory
135 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTypeCategory, GetNumSynthetics); in GetNumSynthetics()
675 LLDB_REGISTER_METHOD(uint32_t, SBTypeCategory, GetNumSynthetics, ()); in RegisterMethods()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp60401 result = (uint32_t)(arg1)->GetNumSynthetics(); in _wrap_SBTypeCategory_GetNumSynthetics()