Home | History | Annotate | Download | only in Sema

Lines Matching refs:getDepth

1497       Depth = PD->getDepth();
1500 Depth = PD->getDepth();
1502 Depth = cast<TemplateTemplateParmDecl>(ND)->getDepth();
1515 return !Matches(T->getDepth());
1521 if (Matches(PD->getDepth())) return false;
1528 if (PD->getDepth() == Depth) {
2007 unsigned Depth = AliasTemplate->getTemplateParameters()->getDepth();
5461 TemplateParams->getDepth(),