Home | History | Annotate | Download | only in Format

Lines Matching defs:NumStmts

295     unsigned NumStmts = 0;
298 for (; NumStmts < 3; ++NumStmts) {
299 if (I + 1 + NumStmts == E)
301 const AnnotatedLine *Line = I[1 + NumStmts];
310 Length += I[1 + NumStmts]->Last->TotalLength + 1; // 1 for the space.
312 if (NumStmts == 0 || NumStmts == 3 || Length > Limit)
314 return NumStmts;