Lines Matching defs:NumStmts
748 unsigned NumStmts = 0;
754 for (; NumStmts < 3; ++NumStmts) {
755 if (I + 1 + NumStmts == E)
757 const AnnotatedLine *Line = I[1 + NumStmts];
772 const auto *J = I + 2 + NumStmts;
786 Length += I[1 + NumStmts]->Last->TotalLength + 1; // 1 for the space.
788 if (NumStmts == 0 || NumStmts == 3 || Length > Limit)
790 return NumStmts;