Home | History | Annotate | Download | only in libclang

Lines Matching refs:getDepth

324   return TPCC->getDepth();
329 if (!TPCC || !TPCC->isPositionValid() || Depth >= TPCC->getDepth())
391 if (LHS->getDepth() > 1)
393 if (RHS->getDepth() > 1)
397 if (LHS->getDepth() == 1 && RHS->getDepth() == 1)
689 if (C->getDepth() == 1)
702 if (C->getDepth() == 1)
986 if (C->isPositionValid() && C->getDepth() == 1) {