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

  /external/clang/lib/Format/
WhitespaceManager.h 103 /// \p PreviousLinePostfix, \p NewlinesBefore line breaks, \p Spaces spaces
110 unsigned NewlinesBefore, StringRef PreviousLinePostfix,
120 unsigned NewlinesBefore;
FormatToken.h 123 unsigned NewlinesBefore = 0;
376 (is(TT_LineComment) || !Next || Next->NewlinesBefore > 0);

Completed in 91 milliseconds