Home
last modified time | relevance | path

Searched refs:child_is_deref_of_parent (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectConstResultImpl.cpp65 bool child_is_deref_of_parent = false; in CreateChildAtIndex() local
78 child_is_deref_of_parent, m_impl_backend, language_flags); in CreateChildAtIndex()
96 child_is_base_class, child_is_deref_of_parent, in CreateChildAtIndex()
HDValueObject.cpp664 bool child_is_deref_of_parent = false; in CreateChildAtIndex() local
676 child_is_deref_of_parent, this, language_flags); in CreateChildAtIndex()
688 child_is_base_class, child_is_deref_of_parent, eAddressTypeInvalid, in CreateChildAtIndex()
2833 bool child_is_deref_of_parent = false; in Dereference() local
2845 child_is_deref_of_parent, this, language_flags); in Dereference()
2854 child_is_base_class, child_is_deref_of_parent, eAddressTypeInvalid, in Dereference()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDBlockPointer.cpp115 bool child_is_deref_of_parent = false; in GetChildAtIndex() local
123 child_is_base_class, child_is_deref_of_parent, value_object, in GetChildAtIndex()
HDLibCxxMap.cpp318 bool child_is_deref_of_parent; in GetValueOffset() local
325 child_is_deref_of_parent, nullptr, language_flags) in GetValueOffset()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp604 bool &child_is_deref_of_parent, ValueObject *valobj, in GetChildCompilerTypeAtIndex() argument
612 child_is_deref_of_parent, valobj, language_flags); in GetChildCompilerTypeAtIndex()
HDClangASTContext.cpp5732 bool &child_is_base_class, bool &child_is_deref_of_parent, in GetChildCompilerTypeAtIndex() argument
6013 child_is_deref_of_parent = false; in GetChildCompilerTypeAtIndex()
6022 child_is_deref_of_parent = true; in GetChildCompilerTypeAtIndex()
6093 child_is_deref_of_parent = false; in GetChildCompilerTypeAtIndex()
6102 child_is_deref_of_parent = true; in GetChildCompilerTypeAtIndex()
6132 child_is_deref_of_parent = false; in GetChildCompilerTypeAtIndex()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h309 bool &child_is_deref_of_parent, ValueObject *valobj,
HDTypeSystem.h315 bool &child_is_base_class, bool &child_is_deref_of_parent,
HDClangASTContext.h718 bool &child_is_base_class, bool &child_is_deref_of_parent,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
HDABISysV_ppc64.cpp908 bool child_is_deref_of_parent; in GetChildType() local
918 child_is_deref_of_parent, valobj, language_flags); in GetChildType()