Lines Matching defs:NumStmts
671 unsigned NumStmts = 0;
677 for (; NumStmts < 3; ++NumStmts) {
678 if (I + 1 + NumStmts == E)
680 const AnnotatedLine *Line = I[1 + NumStmts];
695 SmallVectorImpl<AnnotatedLine *>::const_iterator J = I + 2 + NumStmts;
709 Length += I[1 + NumStmts]->Last->TotalLength + 1; // 1 for the space.
711 if (NumStmts == 0 || NumStmts == 3 || Length > Limit)
713 return NumStmts;