reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  469     for (; NumStmts < 3; ++NumStmts) {
  469     for (; NumStmts < 3; ++NumStmts) {
  470       if (I + 1 + NumStmts == E)
  472       const AnnotatedLine *Line = I[1 + NumStmts];
  484         SmallVectorImpl<AnnotatedLine *>::const_iterator J = I + 2 + NumStmts;
  498       Length += I[1 + NumStmts]->Last->TotalLength + 1; // 1 for the space.
  500     if (NumStmts == 0 || NumStmts == 3 || Length > Limit)
  500     if (NumStmts == 0 || NumStmts == 3 || Length > Limit)
  502     return NumStmts;