Home
last modified time | relevance | path

Searched refs:is_deref_of_parent (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Core/
DValueObjectConstResultChild.cpp28 bool is_base_class, bool is_deref_of_parent, lldb::addr_t live_address, in ValueObjectConstResultChild() argument
32 is_deref_of_parent, eAddressTypeLoad, language_flags), in ValueObjectConstResultChild()
DValueObjectChild.cpp33 bool is_base_class, bool is_deref_of_parent, in ValueObjectChild() argument
39 m_is_base_class(is_base_class), m_is_deref_of_parent(is_deref_of_parent), in ValueObjectChild()
DValueObject.cpp2008 const bool is_deref_of_parent = IsDereferenceOfParent(); in GetExpressionPath() local
2010 if (is_deref_of_parent && in GetExpressionPath()
2033 if (!is_deref_of_parent) { in GetExpressionPath()
2063 if (is_deref_of_parent && in GetExpressionPath()
/external/llvm-project/lldb/include/lldb/Core/
DValueObjectConstResultChild.h36 bool is_deref_of_parent,
DValueObjectChild.h86 bool is_deref_of_parent,