Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DValueObjectChild.h54 bool IsDereferenceOfParent() override { return m_is_deref_of_parent; } in IsDereferenceOfParent() function
DValueObject.h402 virtual bool IsDereferenceOfParent() { return false; } in IsDereferenceOfParent() function
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObject.cpp1936 const bool is_deref_of_parent = IsDereferenceOfParent(); in GetExpressionPath()
1968 if (parent && parent->IsDereferenceOfParent() && in GetExpressionPath()