HomeSort by relevance Sort by last modified time
    Searched refs:Newlines (Results 1 - 6 of 6) 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.
181 /// \brief Align escaped newlines over all \c Changes.
184 /// \brief Align escaped newlines from change \p Start to change \p End at
193 void appendNewlineText(std::string &Text, unsigned Newlines);
194 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 Newlines, "", "", Tok.Tok.getKind(), InPPDirective && !Tok.IsFirst,
77 unsigned Newlines, unsigned IndentLevel, int Spaces) {
83 IndentLevel, Spaces, std::max(0, Spaces), Newlines, PreviousPostfix,
90 Tok.is(TT_LineComment) && Newlines > 0 ? tok::comment : tok::unknown,
335 unsigned Newlines = 0;
339 Newlines += Changes[i].NewlinesBefore;
374 } else if (BreakBeforeNext || Newlines > 1 ||
394 Newlines = 0
    [all...]
UnwrappedLineFormatter.cpp 554 /*Newlines=*/0, /*IndentLevel=*/0, /*Spaces=*/1,
    [all...]
ContinuationIndenter.cpp 314 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, /*IndentLevel=*/0,
502 unsigned Newlines = std::max(
504 Whitespaces.replaceWhitespace(Current, Newlines,
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
parser.js     [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js     [all...]

Completed in 474 milliseconds