Home | History | Annotate | Download | only in Format

Lines Matching refs:Lines

550       // Lines can start with '}'.
1458 SmallVectorImpl<AnnotatedLine *> &Lines) {
1460 for (SmallVectorImpl<AnnotatedLine *>::reverse_iterator I = Lines.rbegin(),
1461 E = Lines.rend();
1773 // which might otherwise be blown up onto many lines. Here, clang-format
2145 // JavaScript top-level enum key/value pairs are put on separate lines
2208 // Don't put enums onto single lines in protocol buffers.