Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-members-ref-deref-on-diff-classes.cpp18 void setParent(TreeNode& parent) { m_parent = &parent; } in setParent() function in TreeNode
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp89 void LVObject::setParent(LVScope *Scope) { in setParent() function in LVObject
93 void LVObject::setParent(LVSymbol *Symbol) { in setParent() function in LVObject
/llvm-project/clang/lib/AST/
H A DParentMap.cpp129 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { setParent() function in ParentMap
/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h38 void setParent(ParentTy *Parent) { in setParent() function
/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h186 void setParent(Module *parent) { setParent() function
/llvm-project/clang/include/clang/Basic/
H A DModule.h584 void setParent(Module *M) { setParent() function
/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp241 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
H A DFunction.cpp124 void Argument::setParent(Function *parent) { setParent() function in Argument
/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h94 void setParent(MCSection *Value) { Parent = Value; } setParent() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h508 void setParent(VPRegionBlock *P) { Parent = P; } setParent() function