Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectChild.cpp96 m_parent->FollowParentChain([](ValueObject *valobj) -> bool { in CanUpdateWithInvalidExecutionContext()
HDValueObject.cpp3196 return (m_root = FollowParentChain([](ValueObject *vo) -> bool { in GetRoot()
3202 ValueObject::FollowParentChain(std::function<bool(ValueObject *)> f) { in FollowParentChain() function in ValueObject
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObject.h451 ValueObject *FollowParentChain(std::function<bool(ValueObject *)>);