HomeSort by relevance Sort by last modified time
    Searched defs:Newlines (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
WhitespaceManager.cpp 46 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines,
52 Tok.Decision = (Newlines > 0) ? FD_Break : FD_Continue;
54 StartOfTokenColumn, Newlines, "", "",
71 unsigned Newlines, unsigned IndentLevel, int Spaces) {
77 IndentLevel, Spaces, std::max(0, Spaces), Newlines, PreviousPostfix,
84 Tok.Type == TT_LineComment && Newlines > 0 ? tok::comment : tok::unknown,
147 unsigned Newlines = 0;
151 Newlines += Changes[i].NewlinesBefore;
184 } else if (BreakBeforeNext || Newlines > 1 ||
204 Newlines = 0
    [all...]
ContinuationIndenter.cpp 280 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, /*IndentLevel=*/0,
419 unsigned Newlines = std::max(
421 Whitespaces.replaceWhitespace(Current, Newlines,
    [all...]
Format.cpp     [all...]

Completed in 1290 milliseconds