Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObjectChild.cpp89 m_parent->FollowParentChain([](ValueObject *valobj) -> bool { in CanUpdateWithInvalidExecutionContext()
DValueObject.cpp3031 return (m_root = FollowParentChain([](ValueObject *vo) -> bool { in GetRoot()
3037 ValueObject::FollowParentChain(std::function<bool(ValueObject *)> f) { in FollowParentChain() function in ValueObject
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DValueObject.h460 ValueObject *FollowParentChain(std::function<bool(ValueObject *)>);