Home
last modified time | relevance | path

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