Home
last modified time | relevance | path

Searched defs:GetNumSynthetics (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp127 uint32_t SBTypeCategory::GetNumSynthetics() { in GetNumSynthetics() function in SBTypeCategory
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h293 uint32_t GetNumSynthetics() { return m_synth_cont.GetCount(); } in GetNumSynthetics() function