Home
last modified time | relevance | path

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

/src/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.cpp595 clone->SetParent(new_parent); in DeepCopy()
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h200 SaveAndRestore<Decl *> SetParent(ParentD, D); in TraverseObjCMethodDecl()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h257 void SetParent(const lldb::OptionValueSP &parent_sp) { in SetParent() function