Searched defs:children_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp47 auto children_count = GetCompilerType().GetNumChildren( local
H A DValueObjectChild.cpp54 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); local
H A DValueObjectDynamicValue.cpp95 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); local
H A DValueObjectRegister.cpp287 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); local
H A DValueObjectConstResult.cpp212 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); local
H A DValueObject.cpp619 size_t children_count = m_children.GetChildrenCount(); local

Completed in 116 milliseconds