HomeSort by relevance Sort by last modified time
    Searched refs:Newlines (Results 1 - 5 of 5) 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,
108 /// trailing comments and escaped newlines.
174 /// \brief Align escaped newlines over all \c Changes.
177 /// \brief Align escaped newlines from change \p Start to change \p End at
186 void appendNewlineText(std::string &Text, unsigned Newlines);
187 void appendNewlineText(std::string &Text, unsigned Newlines,
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...]
Format.cpp     [all...]
ContinuationIndenter.cpp 280 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, /*IndentLevel=*/0,
419 unsigned Newlines = std::max(
421 Whitespaces.replaceWhitespace(Current, Newlines,
    [all...]
  /external/chromium_org/url/
gurl_unittest.cc 602 // Newlines should be stripped from inputs.
603 TEST(GURLTest, Newlines) {
612 // Note that newlines are NOT stripped from ReplaceComponents.

Completed in 229 milliseconds