HomeSort by relevance Sort by last modified time
    Searched refs:Newlines (Results 1 - 8 of 8) 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...]
  /build/soong/java/
sdk_library.go 570 // TODO: preserve newlines in the generate xml file. Newlines are being squashed
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]

Completed in 1013 milliseconds