Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLegacyPassManagers.h365 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DLegacyPassManager.cpp1703 PM->setDepth(this->top()->getDepth()+1); in push()
1708 PM->setDepth(1); in push()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h1181 void setDepth(unsigned D) {
1478 using TemplateParmPosition::setDepth;
1685 using TemplateParmPosition::setDepth;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp2499 D->setDepth(Record.readInt()); in VisitNonTypeTemplateParmDecl()
2521 D->setDepth(Record.readInt()); in VisitTemplateTemplateParmDecl()