Home
last modified time | relevance | path

Searched defs:IsDereferenceOfParent (Results 1 – 2 of 2) 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