Home | History | Annotate | Download | only in Format

Lines Matching refs:Newlines

857           unsigned Newlines = std::min(FirstTok->NewlinesBefore, 1u);
858 Whitespaces->replaceWhitespace(*TheLine.First, Newlines,
994 unsigned Newlines =
1000 Newlines = std::min(Newlines, 1u);
1001 if (Newlines == 0 && !RootToken.IsFirst)
1002 Newlines = 1;
1004 Newlines = 0;
1010 Newlines = 1;
1015 ++Newlines;
1019 Newlines = std::min(1u, Newlines);
1021 Whitespaces->replaceWhitespace(RootToken, Newlines, IndentLevel, Indent,
1243 /*Newlines=*/0, /*IndentLevel=*/0, /*Spaces=*/1,
1566 // In case the token starts with escaped newlines, we want to
1799 // Stores whether we need to look at the leading newlines of the next token