Searched refs:is_deref_of_parent (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectConstResultChild.cpp | 28 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()
|
D | ValueObjectChild.cpp | 33 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()
|
D | ValueObject.cpp | 2008 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/ |
D | ValueObjectConstResultChild.h | 36 bool is_deref_of_parent,
|
D | ValueObjectChild.h | 86 bool is_deref_of_parent,
|