Home
last modified time | relevance | path

Searched refs:setDepth (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDLegacyPassManagers.h365 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDLegacyPassManager.cpp1713 PM->setDepth(this->top()->getDepth()+1); in push()
1718 PM->setDepth(1); in push()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDDeclTemplate.h1133 void setDepth(unsigned D) {
1420 using TemplateParmPosition::setDepth;
1639 using TemplateParmPosition::setDepth;
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateDeductionGuide.cpp283 NewParam->setDepth(NewDepth); in transformTemplateParam()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp2688 D->setDepth(Record.readInt()); in VisitNonTypeTemplateParmDecl()
2712 D->setDepth(Record.readInt()); in VisitTemplateTemplateParmDecl()