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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i61 GetNumSynthetics ();
184 return self.formatters_access_class (self,self.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
189 for idx in range(self.GetNumSynthetics()):
215 num_synthetics = property(GetNumSynthetics, None)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h50 uint32_t GetNumSynthetics();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp135 uint32_t SBTypeCategory::GetNumSynthetics() { function in class:SBTypeCategory
136 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTypeCategory, GetNumSynthetics);
684 LLDB_REGISTER_METHOD(uint32_t, SBTypeCategory, GetNumSynthetics, ());

Completed in 179 milliseconds