Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp91 m_parent->FollowParentChain([](ValueObject *valobj) -> bool { in CanUpdateWithInvalidExecutionContext()
H A DValueObject.cpp3672 return (m_root = FollowParentChain([](ValueObject *vo) -> bool { in GetRoot()
3678 ValueObject::FollowParentChain(std::function<bool(ValueObject *)> f) { in FollowParentChain() function in ValueObject
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h480 ValueObject *FollowParentChain(std::function<bool(ValueObject *)>);