Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp87 const bool omit_empty_base_classes = false; in CalculateNumChildren() local
88 return m_block_struct_type.GetNumChildren(omit_empty_base_classes, nullptr); in CalculateNumChildren()
104 const bool omit_empty_base_classes = false; in GetChildAtIndex() local
119 &exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in GetChildAtIndex()
157 const bool omit_empty_base_classes = false; in GetIndexOfChildWithName() local
159 omit_empty_base_classes); in GetIndexOfChildWithName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h301 uint32_t GetNumChildren(bool omit_empty_base_classes,
343 bool omit_empty_base_classes, bool ignore_array_bounds,
353 bool omit_empty_base_classes) const;
362 GetIndexOfChildMemberWithName(const char *name, bool omit_empty_base_classes,
H A DTypeSystem.h283 bool omit_empty_base_classes,
321 bool transparent_pointers, bool omit_empty_base_classes,
332 bool omit_empty_base_classes) = 0;
342 const char *name, bool omit_empty_base_classes,
H A DClangASTContext.h274 bool omit_empty_base_classes);
749 bool omit_empty_base_classes,
790 bool transparent_pointers, bool omit_empty_base_classes,
801 bool omit_empty_base_classes) override;
811 const char *name, bool omit_empty_base_classes,
H A DType.h133 uint32_t GetNumChildren(bool omit_empty_base_classes);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp541 uint32_t CompilerType::GetNumChildren(bool omit_empty_base_classes, in GetNumChildren() argument
545 return m_type_system->GetNumChildren(m_type, omit_empty_base_classes, in GetNumChildren()
630 bool omit_empty_base_classes, bool ignore_array_bounds, in GetChildCompilerTypeAtIndex() argument
639 m_type, exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in GetChildCompilerTypeAtIndex()
679 const char *name, bool omit_empty_base_classes, in GetIndexOfChildMemberWithName() argument
683 m_type, name, omit_empty_base_classes, child_indexes); in GetIndexOfChildMemberWithName()
739 bool omit_empty_base_classes) const { in GetIndexOfChildWithName()
742 omit_empty_base_classes); in GetIndexOfChildWithName()
H A DClangASTContext.cpp1878 if (omit_empty_base_classes) { in GetNumBaseClasses()
1884 if (omit_empty_base_classes) { in GetNumBaseClasses()
5578 if (omit_empty_base_classes) { in GetNumChildren()
5627 if (omit_empty_base_classes) { in GetNumChildren()
6657 if (omit_empty_base_classes) { in GetChildCompilerTypeAtIndex()
6769 if (omit_empty_base_classes) { in GetChildCompilerTypeAtIndex()
7098 if (omit_empty_base_classes) { in GetIndexForRecordBase()
7123 omit_empty_base_classes); in GetIndexForRecordChild()
7291 (omit_empty_base_classes && in GetIndexOfChildMemberWithName()
7469 if (omit_empty_base_classes && in GetIndexOfChildWithName()
[all …]
H A DVariable.cpp607 bool omit_empty_base_classes = true; in PrivateAutoComplete() local
608 if (compiler_type.GetNumChildren(omit_empty_base_classes, nullptr) > 0) in PrivateAutoComplete()
H A DType.cpp341 uint32_t Type::GetNumChildren(bool omit_empty_base_classes) { in GetNumChildren() argument
342 return GetForwardCompilerType().GetNumChildren(omit_empty_base_classes, nullptr); in GetNumChildren()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp58 bool omit_empty_base_classes = true; in CreateChildAtIndex() local
76 &exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in CreateChildAtIndex()
H A DValueObjectMemory.cpp132 const bool omit_empty_base_classes = true; in CalculateNumChildren() local
134 m_compiler_type.GetNumChildren(omit_empty_base_classes, &exe_ctx); in CalculateNumChildren()
H A DValueObjectVariable.cpp102 const bool omit_empty_base_classes = true; in CalculateNumChildren() local
103 auto child_count = type.GetNumChildren(omit_empty_base_classes, &exe_ctx); in CalculateNumChildren()
H A DValueObject.cpp548 bool omit_empty_base_classes = true; in GetIndexOfChildWithName() local
550 omit_empty_base_classes); in GetIndexOfChildWithName()
565 bool omit_empty_base_classes = true; in GetChildMemberWithName() local
568 name.GetCString(), omit_empty_base_classes, child_indexes); in GetChildMemberWithName()
628 bool omit_empty_base_classes = true; in CreateChildAtIndex() local
645 &exe_ctx, idx, transparent_pointers, omit_empty_base_classes, in CreateChildAtIndex()
2814 bool omit_empty_base_classes = true; in Dereference() local
2832 &exe_ctx, 0, transparent_pointers, omit_empty_base_classes, in Dereference()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp779 const bool omit_empty_base_classes = true; in GetStructValueObject() local
780 uint32_t n = m_type.GetNumChildren(omit_empty_base_classes, nullptr); in GetStructValueObject()
912 const bool omit_empty_base_classes = true; in GetChildType() local
926 &exe_ctx, i, transparent_pointers, omit_empty_base_classes, in GetChildType()