OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewlinesBefore
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
WhitespaceManager.h
104
/// \p PreviousLinePostfix, \p
NewlinesBefore
line breaks, \p Spaces spaces
111
unsigned
NewlinesBefore
, StringRef PreviousLinePostfix,
120
unsigned
NewlinesBefore
;
FormatToken.h
102
:
NewlinesBefore
(0), HasUnescapedNewline(false), LastNewlineOffset(0),
124
unsigned
NewlinesBefore
;
353
return is(tok::comment) && (!Next || Next->
NewlinesBefore
> 0);
Completed in 583 milliseconds