Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBTypeCategory.i97 GetSyntheticAtIndex (uint32_t);
184 …_access_class (self,self.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__clas…
190 synthetics.append(self.GetSyntheticAtIndex(idx))
/openbsd/src/gnu/llvm/lldb/source/API/
DSBTypeCategory.cpp258 m_opaque_sp->GetSyntheticAtIndex((index)); in GetFilterAtIndex()
285 SBTypeSynthetic SBTypeCategory::GetSyntheticAtIndex(uint32_t index) { in GetSyntheticAtIndex() function in SBTypeCategory
291 m_opaque_sp->GetSyntheticAtIndex((index)); in GetSyntheticAtIndex()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBTypeCategory.h74 SBTypeSynthetic GetSyntheticAtIndex(uint32_t);
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DTypeCategory.cpp285 TypeCategoryImpl::GetSyntheticAtIndex(size_t index) { in GetSyntheticAtIndex() function in TypeCategoryImpl
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DTypeCategory.h313 SynthContainer::MapValueType GetSyntheticAtIndex(size_t index);