Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp78 const bool omit_empty_base_classes = false; in CalculateNumChildren() local
79 return m_block_struct_type.GetNumChildren(omit_empty_base_classes, nullptr); in CalculateNumChildren()
95 const bool omit_empty_base_classes = false; in GetChildAtIndex() local
110 &exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in GetChildAtIndex()
148 const bool omit_empty_base_classes = false; in GetIndexOfChildWithName() local
150 omit_empty_base_classes); in GetIndexOfChildWithName()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h389 uint32_t GetNumChildren(bool omit_empty_base_classes,
426 bool omit_empty_base_classes, bool ignore_array_bounds,
436 bool omit_empty_base_classes) const;
446 bool omit_empty_base_classes,
H A DTypeSystem.h304 bool omit_empty_base_classes,
342 bool transparent_pointers, bool omit_empty_base_classes,
353 bool omit_empty_base_classes) = 0;
363 bool omit_empty_base_classes, std::vector<uint32_t> &child_indexes) = 0;
H A DType.h443 uint32_t GetNumChildren(bool omit_empty_base_classes);
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp773 uint32_t CompilerType::GetNumChildren(bool omit_empty_base_classes, in GetNumChildren() argument
777 return type_system_sp->GetNumChildren(m_type, omit_empty_base_classes, in GetNumChildren()
871 bool omit_empty_base_classes, bool ignore_array_bounds, in GetChildCompilerTypeAtIndex() argument
880 m_type, exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in GetChildCompilerTypeAtIndex()
922 llvm::StringRef name, bool omit_empty_base_classes, in GetIndexOfChildMemberWithName() argument
927 m_type, name, omit_empty_base_classes, child_indexes); in GetIndexOfChildMemberWithName()
992 bool omit_empty_base_classes) const { in GetIndexOfChildWithName()
996 omit_empty_base_classes); in GetIndexOfChildWithName()
H A DVariable.cpp568 bool omit_empty_base_classes = true; in PrivateAutoComplete() local
569 if (compiler_type.GetNumChildren(omit_empty_base_classes, nullptr) > 0) in PrivateAutoComplete()
H A DType.cpp491 uint32_t Type::GetNumChildren(bool omit_empty_base_classes) { in GetNumChildren() argument
492 return GetForwardCompilerType().GetNumChildren(omit_empty_base_classes, nullptr); in GetNumChildren()
/freebsd-14.2/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.cpp104 const bool omit_empty_base_classes = true; in CalculateNumChildren() local
105 auto child_count = type.GetNumChildren(omit_empty_base_classes, &exe_ctx); in CalculateNumChildren()
H A DValueObject.cpp410 bool omit_empty_base_classes = true; in GetIndexOfChildWithName() local
412 omit_empty_base_classes); in GetIndexOfChildWithName()
425 bool omit_empty_base_classes = true; in GetChildMemberWithName() local
432 name, omit_empty_base_classes, child_indexes); in GetChildMemberWithName()
483 bool omit_empty_base_classes = true; in CreateChildAtIndex() local
500 &exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in CreateChildAtIndex()
2588 bool omit_empty_base_classes = true; in Dereference() local
2606 &exe_ctx, 0, transparent_pointers, omit_empty_base_classes, in Dereference()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h307 bool omit_empty_base_classes);
311 bool omit_empty_base_classes);
315 bool omit_empty_base_classes);
839 bool omit_empty_base_classes,
876 bool transparent_pointers, bool omit_empty_base_classes,
887 bool omit_empty_base_classes) override;
898 bool omit_empty_base_classes,
H A DTypeSystemClang.cpp1879 if (omit_empty_base_classes) { in GetNumBaseClasses()
5287 if (omit_empty_base_classes) { in GetNumChildren()
5333 if (omit_empty_base_classes) { in GetNumChildren()
6142 if (omit_empty_base_classes) { in GetChildCompilerTypeAtIndex()
6252 if (omit_empty_base_classes) { in GetChildCompilerTypeAtIndex()
6520 bool omit_empty_base_classes) { in GetIndexForRecordBase() argument
6531 if (omit_empty_base_classes) { in GetIndexForRecordBase()
6547 bool omit_empty_base_classes) { in GetIndexForRecordChild() argument
6550 omit_empty_base_classes); in GetIndexForRecordChild()
6866 if (omit_empty_base_classes && in GetIndexOfChildWithName()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp770 const bool omit_empty_base_classes = true; in GetStructValueObject() local
771 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()