Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp90 const bool omit_empty_base_classes = false; in CalculateNumChildren() local
91 return m_block_struct_type.GetNumChildren(omit_empty_base_classes, nullptr); in CalculateNumChildren()
107 const bool omit_empty_base_classes = false; in GetChildAtIndex() local
122 &exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in GetChildAtIndex()
160 const bool omit_empty_base_classes = false; in GetIndexOfChildWithName() local
162 omit_empty_base_classes); in GetIndexOfChildWithName()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp588 uint32_t CompilerType::GetNumChildren(bool omit_empty_base_classes, in GetNumChildren() argument
592 return type_system_sp->GetNumChildren(m_type, omit_empty_base_classes, in GetNumChildren()
686 bool omit_empty_base_classes, bool ignore_array_bounds, in GetChildCompilerTypeAtIndex() argument
695 m_type, exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in GetChildCompilerTypeAtIndex()
737 const char *name, bool omit_empty_base_classes, in GetIndexOfChildMemberWithName() argument
742 m_type, name, omit_empty_base_classes, child_indexes); in GetIndexOfChildMemberWithName()
807 bool omit_empty_base_classes) const { in GetIndexOfChildWithName()
811 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.cpp390 uint32_t Type::GetNumChildren(bool omit_empty_base_classes) { in GetNumChildren() argument
391 return GetForwardCompilerType().GetNumChildren(omit_empty_base_classes, nullptr); in GetNumChildren()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h340 uint32_t GetNumChildren(bool omit_empty_base_classes,
379 bool omit_empty_base_classes, bool ignore_array_bounds,
389 bool omit_empty_base_classes) const;
398 GetIndexOfChildMemberWithName(const char *name, bool omit_empty_base_classes,
H A DTypeSystem.h299 bool omit_empty_base_classes,
337 bool transparent_pointers, bool omit_empty_base_classes,
348 bool omit_empty_base_classes) = 0;
358 const char *name, bool omit_empty_base_classes,
H A DType.h134 uint32_t GetNumChildren(bool omit_empty_base_classes);
/openbsd-src/gnu/llvm/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.cpp464 bool omit_empty_base_classes = true; in GetIndexOfChildWithName() local
466 omit_empty_base_classes); in GetIndexOfChildWithName()
479 bool omit_empty_base_classes = true; in GetChildMemberWithName() local
486 name.GetCString(), omit_empty_base_classes, child_indexes); in GetChildMemberWithName()
537 bool omit_empty_base_classes = true; in CreateChildAtIndex() local
554 &exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in CreateChildAtIndex()
2648 bool omit_empty_base_classes = true; in Dereference() local
2666 &exe_ctx, 0, transparent_pointers, omit_empty_base_classes, in Dereference()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h308 bool omit_empty_base_classes);
312 bool omit_empty_base_classes);
316 bool omit_empty_base_classes);
764 bool omit_empty_base_classes,
805 bool transparent_pointers, bool omit_empty_base_classes,
816 bool omit_empty_base_classes) override;
826 const char *name, bool omit_empty_base_classes,
H A DTypeSystemClang.cpp1869 bool omit_empty_base_classes) { in GetNumBaseClasses() argument
1872 if (omit_empty_base_classes) { in GetNumBaseClasses()
5372 bool omit_empty_base_classes, in GetNumChildren() argument
5404 if (omit_empty_base_classes) { in GetNumChildren()
5453 if (omit_empty_base_classes) { in GetNumChildren()
5474 pointee_clang_type.GetNumChildren(omit_empty_base_classes, exe_ctx); in GetNumChildren()
5510 pointee_clang_type.GetNumChildren(omit_empty_base_classes, exe_ctx); in GetNumChildren()
6202 bool transparent_pointers, bool omit_empty_base_classes, in GetChildCompilerTypeAtIndex() argument
6225 idx < GetNumChildren(type, omit_empty_base_classes, exe_ctx); in GetChildCompilerTypeAtIndex()
6267 if (omit_empty_base_classes) { in GetChildCompilerTypeAtIndex()
[all …]
/openbsd-src/gnu/llvm/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()