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

  /external/clang/lib/Format/
WhitespaceManager.cpp 31 unsigned NewlinesBefore, StringRef PreviousLinePostfix,
36 StartOfTokenColumn(StartOfTokenColumn), NewlinesBefore(NewlinesBefore),
69 /*Spaces=*/0, Tok.OriginalColumn, Tok.NewlinesBefore, "", "",
126 (Changes[i].NewlinesBefore > 0 || Changes[i].Kind == tok::eof) &&
159 if (Changes[i].NewlinesBefore > 0) {
232 if (Changes[i].NewlinesBefore != 0) {
237 if (Changes[i].NewlinesBefore > 1 || !FoundMatchOnLine)
277 for (unsigned j = i; j != e && Changes[j].NewlinesBefore == 0; ++j)
303 if (C.NewlinesBefore > 0
    [all...]
WhitespaceManager.h 103 /// \p PreviousLinePostfix, \p NewlinesBefore line breaks, \p Spaces spaces
110 unsigned NewlinesBefore, StringRef PreviousLinePostfix,
119 unsigned NewlinesBefore;
UnwrappedLineFormatter.cpp 149 if (Next[i + 1]->First->NewlinesBefore > 0)
590 (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0);
    [all...]
FormatToken.h 122 unsigned NewlinesBefore = 0;
361 (is(TT_LineComment) || !Next || Next->NewlinesBefore > 0);
Format.cpp     [all...]
UnwrappedLineParser.cpp 935 ? FormatTok->NewlinesBefore > 0
936 : CommentsBeforeNextToken.front()->NewlinesBefore > 0;
    [all...]
ContinuationIndenter.cpp 503 1u, std::min(Current.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1));
    [all...]
TokenAnnotator.cpp     [all...]

Completed in 361 milliseconds