Home
last modified time | relevance | path

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

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