Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DValueObjectChild.h55 bool IsDereferenceOfParent() override { return m_is_deref_of_parent; } in IsDereferenceOfParent() function
DValueObject.h395 virtual bool IsDereferenceOfParent() { return false; } in IsDereferenceOfParent() function
/external/llvm-project/lldb/source/Core/
DValueObject.cpp2008 const bool is_deref_of_parent = IsDereferenceOfParent(); in GetExpressionPath()
2040 if (parent && parent->IsDereferenceOfParent() && in GetExpressionPath()