Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h365 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1671 PM->setDepth(this->top()->getDepth()+1); in push()
1676 PM->setDepth(1); in push()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1147 void setDepth(unsigned D) {
1424 using TemplateParmPosition::setDepth;
1644 using TemplateParmPosition::setDepth;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp281 NewParam->setDepth(NewDepth); in transformTemplateParam()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2720 D->setDepth(Record.readInt()); in VisitNonTypeTemplateParmDecl()
2744 D->setDepth(Record.readInt()); in VisitTemplateTemplateParmDecl()