Searched refs:GetSyntheticAtIndex (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i97 GetSyntheticAtIndex (uint32_t);
184 return self.formatters_access_class (self,self.__class__.GetNumSynthetics,self.__class__.GetSyntheticAtIndex,self.__class__.GetSyntheticForType)
190 synthetics.append(self.GetSyntheticAtIndex(idx))
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeCategory.h74 SBTypeSynthetic GetSyntheticAtIndex(uint32_t);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp301 m_opaque_sp->GetSyntheticAtIndex((index));
332 SBTypeSynthetic SBTypeCategory::GetSyntheticAtIndex(uint32_t index) { function in class:SBTypeCategory
333 LLDB_RECORD_METHOD(lldb::SBTypeSynthetic, SBTypeCategory, GetSyntheticAtIndex,
339 m_opaque_sp->GetSyntheticAtIndex((index));
696 GetSyntheticAtIndex, (uint32_t));
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h273 SynthContainer::MapValueType GetSyntheticAtIndex(size_t index);
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp454 TypeCategoryImpl::GetSyntheticAtIndex(size_t index) { function in class:TypeCategoryImpl
/freebsd-12-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 316 milliseconds