Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
713 bool omit_empty_base_classes) const { in GetIndexOfChildWithName()
716 omit_empty_base_classes); in GetIndexOfChildWithName()
H A DVariable.cpp588 bool omit_empty_base_classes = true; in PrivateAutoComplete() local
589 if (compiler_type.GetNumChildren(omit_empty_base_classes, nullptr) > 0) in PrivateAutoComplete()
H A DType.cpp383 uint32_t Type::GetNumChildren(bool omit_empty_base_classes) { in GetNumChildren() argument
384 return GetForwardCompilerType().GetNumChildren(omit_empty_base_classes, nullptr); in GetNumChildren()
/freebsd-13.1/contrib/llvm-project/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.h288 bool omit_empty_base_classes,
326 bool transparent_pointers, bool omit_empty_base_classes,
337 bool omit_empty_base_classes) = 0;
347 const char *name, bool omit_empty_base_classes,
H A DType.h134 uint32_t GetNumChildren(bool omit_empty_base_classes);
/freebsd-13.1/contrib/llvm-project/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()
2636 bool omit_empty_base_classes = true; in Dereference() local
2654 &exe_ctx, 0, transparent_pointers, omit_empty_base_classes, in Dereference()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h304 bool omit_empty_base_classes);
756 bool omit_empty_base_classes,
797 bool transparent_pointers, bool omit_empty_base_classes,
808 bool omit_empty_base_classes) override;
818 const char *name, bool omit_empty_base_classes,
H A DTypeSystemClang.cpp1835 if (omit_empty_base_classes) { in GetNumBaseClasses()
5312 if (omit_empty_base_classes) { in GetNumChildren()
5361 if (omit_empty_base_classes) { in GetNumChildren()
6171 if (omit_empty_base_classes) { in GetChildCompilerTypeAtIndex()
6281 if (omit_empty_base_classes) { in GetChildCompilerTypeAtIndex()
6558 if (omit_empty_base_classes) { in GetIndexForRecordBase()
6577 omit_empty_base_classes); in GetIndexForRecordChild()
6746 (omit_empty_base_classes && in GetIndexOfChildMemberWithName()
6895 if (omit_empty_base_classes && in GetIndexOfChildWithName()
6944 (omit_empty_base_classes && in GetIndexOfChildWithName()
[all …]