Home
last modified time | relevance | path

Searched defs:child_count (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectMemory.cpp131 auto child_count = m_type_sp->GetNumChildren(true); in CalculateNumChildren() local
137 auto child_count = in CalculateNumChildren() local
H A DValueObjectVariable.cpp104 auto child_count = type.GetNumChildren(omit_empty_base_classes, &exe_ctx); in CalculateNumChildren() local
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppTuple.cpp68 size_t child_count = current_child->GetNumChildren(); in Update() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h234 unsigned child_count() const { in child_count() function