Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h365 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1716 PM->setDepth(this->top()->getDepth()+1); in push()
1721 PM->setDepth(1); in push()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1152 void setDepth(unsigned D) {
1444 using TemplateParmPosition::setDepth;
1651 using TemplateParmPosition::setDepth;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2704 D->setDepth(Record.readInt()); in VisitNonTypeTemplateParmDecl()
2726 D->setDepth(Record.readInt()); in VisitTemplateTemplateParmDecl()