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

  /external/clang/lib/Format/
WhitespaceManager.h 49 void replaceWhitespace(FormatToken &Tok, unsigned Newlines,
62 /// Inserts \p PreviousPostfix, \p Newlines, \p Spaces and \p CurrentPrefix
72 /// When \p InPPDirective is true, escaped newlines are inserted. \p Spaces is
78 unsigned Newlines, unsigned IndentLevel,
107 /// trailing comments and escaped newlines.
186 /// \brief Align escaped newlines over all \c Changes.
189 /// \brief Align escaped newlines from change \p Start to change \p End at
198 void appendNewlineText(std::string &Text, unsigned Newlines);
199 void appendNewlineText(std::string &Text, unsigned Newlines,
WhitespaceManager.cpp 50 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines,
56 Tok.Decision = (Newlines > 0) ? FD_Break : FD_Continue;
59 Spaces, StartOfTokenColumn, Newlines, "", "", Tok.Tok.getKind(),
80 unsigned Newlines, unsigned IndentLevel, int Spaces) {
86 IndentLevel, Spaces, std::max(0, Spaces), Newlines, PreviousPostfix,
90 /*IsInsideToken=*/Newlines == 0));
347 unsigned Newlines = 0;
351 Newlines += Changes[i].NewlinesBefore;
396 } else if (BreakBeforeNext || Newlines > 1 ||
416 Newlines = 0
    [all...]
UnwrappedLineFormatter.cpp 554 /*Newlines=*/0, /*IndentLevel=*/0, /*Spaces=*/1,
    [all...]
ContinuationIndenter.cpp 335 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, /*IndentLevel=*/0,
538 unsigned Newlines = std::max(
540 Whitespaces.replaceWhitespace(Current, Newlines,
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 29 // SkipSpace skips space in the input. Newlines are treated appropriately
36 // characters. Newlines are treated appropriately for the operation being
60 // space-separated values into successive arguments. Newlines count
77 // Newlines in the input must match newlines in the format.
96 // values into successive arguments. Newlines count as space. It
112 // Newlines in the input must match newlines in the format.
118 // values into successive arguments. Newlines count as space. It
140 // Newlines in the input must match newlines in the format
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan.go 29 // SkipSpace skips space in the input. Newlines are treated appropriately
36 // characters. Newlines are treated appropriately for the operation being
60 // space-separated values into successive arguments. Newlines count
77 // Newlines in the input must match newlines in the format.
96 // values into successive arguments. Newlines count as space. It
112 // Newlines in the input must match newlines in the format.
118 // values into successive arguments. Newlines count as space. It
140 // Newlines in the input must match newlines in the format
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader.go 43 // Newlines and commas may be included in a quoted-field
  /prebuilts/go/darwin-x86/src/html/template/
js_test.go 138 // Newlines.
  /prebuilts/go/linux-x86/src/encoding/csv/
reader.go 43 // Newlines and commas may be included in a quoted-field
  /prebuilts/go/linux-x86/src/html/template/
js_test.go 138 // Newlines.