Home
last modified time | relevance | path

Searched refs:omit_empty_base_classes (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp88 const bool omit_empty_base_classes = false; in CalculateNumChildren() local
89 return m_block_struct_type.GetNumChildren(omit_empty_base_classes, nullptr); in CalculateNumChildren()
105 const bool omit_empty_base_classes = false; in GetChildAtIndex() local
120 &exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in GetChildAtIndex()
158 const bool omit_empty_base_classes = false; in GetIndexOfChildWithName() local
160 omit_empty_base_classes); in GetIndexOfChildWithName()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp515 uint32_t CompilerType::GetNumChildren(bool omit_empty_base_classes, in GetNumChildren() argument
519 return m_type_system->GetNumChildren(m_type, omit_empty_base_classes, in GetNumChildren()
604 bool omit_empty_base_classes, bool ignore_array_bounds, in GetChildCompilerTypeAtIndex() argument
613 m_type, exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in GetChildCompilerTypeAtIndex()
653 const char *name, bool omit_empty_base_classes, in GetIndexOfChildMemberWithName() argument
657 m_type, name, omit_empty_base_classes, child_indexes); in GetIndexOfChildMemberWithName()
715 bool omit_empty_base_classes) const { in GetIndexOfChildWithName()
718 omit_empty_base_classes); in GetIndexOfChildWithName()
H A DVariable.cpp569 bool omit_empty_base_classes = true; in PrivateAutoComplete() local
570 if (compiler_type.GetNumChildren(omit_empty_base_classes, nullptr) > 0) in PrivateAutoComplete()
H A DType.cpp384 uint32_t Type::GetNumChildren(bool omit_empty_base_classes) { in GetNumChildren() argument
385 return GetForwardCompilerType().GetNumChildren(omit_empty_base_classes, nullptr); in GetNumChildren()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h280 uint32_t GetNumChildren(bool omit_empty_base_classes,
319 bool omit_empty_base_classes, bool ignore_array_bounds,
329 bool omit_empty_base_classes) const;
338 GetIndexOfChildMemberWithName(const char *name, bool omit_empty_base_classes,
H A DTypeSystem.h287 bool omit_empty_base_classes,
325 bool transparent_pointers, bool omit_empty_base_classes,
336 bool omit_empty_base_classes) = 0;
346 const char *name, bool omit_empty_base_classes,
H A DType.h140 uint32_t GetNumChildren(bool omit_empty_base_classes);
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp56 bool omit_empty_base_classes = true; in CreateChildAtIndex() local
74 &exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in CreateChildAtIndex()
H A DValueObjectMemory.cpp136 const bool omit_empty_base_classes = true; in CalculateNumChildren() local
138 m_compiler_type.GetNumChildren(omit_empty_base_classes, &exe_ctx); in CalculateNumChildren()
H A DValueObjectVariable.cpp103 const bool omit_empty_base_classes = true; in CalculateNumChildren() local
104 auto child_count = type.GetNumChildren(omit_empty_base_classes, &exe_ctx); in CalculateNumChildren()
H A DValueObject.cpp463 bool omit_empty_base_classes = true; in GetIndexOfChildWithName() local
465 omit_empty_base_classes); in GetIndexOfChildWithName()
478 bool omit_empty_base_classes = true; in GetChildMemberWithName() local
485 name.GetCString(), omit_empty_base_classes, child_indexes); in GetChildMemberWithName()
536 bool omit_empty_base_classes = true; in CreateChildAtIndex() local
553 &exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in CreateChildAtIndex()
2639 bool omit_empty_base_classes = true; in Dereference() local
2657 &exe_ctx, 0, transparent_pointers, omit_empty_base_classes, in Dereference()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp769 const bool omit_empty_base_classes = true; in GetStructValueObject() local
770 uint32_t n = m_type.GetNumChildren(omit_empty_base_classes, nullptr); in GetStructValueObject()
904 const bool omit_empty_base_classes = true; in GetChildType() local
918 &exe_ctx, i, transparent_pointers, omit_empty_base_classes, in GetChildType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h306 bool omit_empty_base_classes);
748 bool omit_empty_base_classes,
789 bool transparent_pointers, bool omit_empty_base_classes,
800 bool omit_empty_base_classes) override;
810 const char *name, bool omit_empty_base_classes,
H A DTypeSystemClang.cpp1839 if (omit_empty_base_classes) { in GetNumBaseClasses()
5351 if (omit_empty_base_classes) { in GetNumChildren()
5400 if (omit_empty_base_classes) { in GetNumChildren()
6212 if (omit_empty_base_classes) { in GetChildCompilerTypeAtIndex()
6322 if (omit_empty_base_classes) { in GetChildCompilerTypeAtIndex()
6600 if (omit_empty_base_classes) { in GetIndexForRecordBase()
6619 omit_empty_base_classes); in GetIndexForRecordChild()
6788 (omit_empty_base_classes && in GetIndexOfChildMemberWithName()
6937 if (omit_empty_base_classes && in GetIndexOfChildWithName()
6986 (omit_empty_base_classes && in GetIndexOfChildWithName()
[all …]