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 92 /// \p PreviousLinePostfix, \p NewlinesBefore line breaks, \p Spaces spaces
99 unsigned NewlinesBefore, StringRef PreviousLinePostfix,
108 unsigned NewlinesBefore;
FormatToken.h 79 : NewlinesBefore(0), HasUnescapedNewline(false), LastNewlineOffset(0),
97 unsigned NewlinesBefore;
269 return is(tok::comment) && (!Next || Next->NewlinesBefore > 0);

Completed in 119 milliseconds