Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h200 SaveAndRestore<Decl *> SetParent(ParentD, D); in TraverseObjCMethodDecl()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h307 void SetParent(const lldb::OptionValueSP &parent_sp) { in SetParent() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp34 property.GetValue()->SetParent(shared_from_this()); in Initialize()
54 value_sp->SetParent(shared_from_this()); in AppendProperty()
H A DOptionValue.cpp572 clone->SetParent(new_parent); in DeepCopy()