Home
last modified time | relevance | path

Searched defs:setParent (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp87 void LVObject::setParent(LVScope *Scope) { in setParent() function in LVObject
91 void LVObject::setParent(LVSymbol *Symbol) { in setParent() function in LVObject
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp135 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { in setParent() function in ParentMap
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h40 void setParent(ParentTy *Parent) { in setParent() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h188 void setParent(Module *parent) { in setParent() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h641 void setParent(Module *M) { in setParent() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp197 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
H A DFunction.cpp111 void Argument::setParent(Function *parent) { in setParent() function in Argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h280 void setParent(MCSection *Value) { Parent = Value; } in setParent() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h184 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function