Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLegacyPassManagers.h374 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h1142 void setDepth(unsigned D) { Depth = D; }
1326 using TemplateParmPosition::setDepth;
1504 using TemplateParmPosition::setDepth;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DLegacyPassManager.cpp1917 PM->setDepth(this->top()->getDepth()+1); in push()
1922 PM->setDepth(1); in push()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2353 D->setDepth(Record.readInt()); in VisitNonTypeTemplateParmDecl()
2373 D->setDepth(Record.readInt()); in VisitTemplateTemplateParmDecl()