Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp31 property.GetValue()->SetParent(shared_from_this()); in Initialize()
49 value_sp->SetParent(shared_from_this()); in AppendProperty()
H A DOptionValue.cpp602 clone->SetParent(new_parent); in DeepCopy()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h250 void SetParent(const lldb::OptionValueSP &parent_sp) { in SetParent() function