Searched defs:setParent (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp127 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { function in class:ParentMap
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp93 void BasicBlock::setParent(Function *parent) { function in class:BasicBlock
H A DInstruction.cpp64 void Instruction::setParent(BasicBlock *P) { function in class:Instruction
H A DFunction.cpp85 void Argument::setParent(Function *parent) { function in class:Argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h255 void setParent(MachineBasicBlock *P) { Parent = P; } function in class:llvm::MachineInstr
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h91 void setParent(MCSection *Value) { Parent = Value; } function in class:llvm::MCFragment
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h483 void setParent(Module *M) { function in class:clang::Module
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1338 void setParent(Module *M) { Parent = M; } function in class:llvm::NamedMDNode

Completed in 187 milliseconds