Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLegacyPassManagers.h368 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp1712 PM->setDepth(this->top()->getDepth()+1); in push()
1717 PM->setDepth(1); in push()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h1158 void setDepth(unsigned D) { Depth = D; }
1448 using TemplateParmPosition::setDepth;
1655 using TemplateParmPosition::setDepth;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2373 D->setDepth(Record.readInt()); in VisitNonTypeTemplateParmDecl()
2395 D->setDepth(Record.readInt()); in VisitTemplateTemplateParmDecl()