Home | History | Annotate | Download | only in IR

Lines Matching refs:PDepth

503   unsigned PDepth = 0;
505 PDepth = P->getResolver()->getPMDataManager().getDepth();
525 if (PDepth == APDepth)
527 else if (PDepth > APDepth)
997 unsigned PDepth = this->getDepth();
1007 if (PDepth == RDepth)
1009 else if (PDepth > RDepth) {