Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h365 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
/src/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1713 PM->setDepth(this->top()->getDepth()+1); in push()
1718 PM->setDepth(1); in push()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1133 void setDepth(unsigned D) {
1420 using TemplateParmPosition::setDepth;
1639 using TemplateParmPosition::setDepth;
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp283 NewParam->setDepth(NewDepth); in transformTemplateParam()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2688 D->setDepth(Record.readInt()); in VisitNonTypeTemplateParmDecl()
2712 D->setDepth(Record.readInt()); in VisitTemplateTemplateParmDecl()