Home
last modified time | relevance | path

Searched refs:IsDereferenceOfParent (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectChild.h54 bool IsDereferenceOfParent() override { return m_is_deref_of_parent; } in IsDereferenceOfParent() function
H A DValueObject.h402 virtual bool IsDereferenceOfParent() { return false; } in IsDereferenceOfParent() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2093 const bool is_deref_of_parent = IsDereferenceOfParent(); in GetExpressionPath()
2125 if (parent && parent->IsDereferenceOfParent() && in GetExpressionPath()