OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MaxEmptyLinesToKeep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp
874
unsigned
MaxEmptyLinesToKeep
= Style.
MaxEmptyLinesToKeep
+ 1;
882
MaxEmptyLinesToKeep
= 1;
885
std::max(1u, std::min(Current.NewlinesBefore,
MaxEmptyLinesToKeep
));
/src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h
1951
///
MaxEmptyLinesToKeep
is applied instead.
1954
///
MaxEmptyLinesToKeep
is applied also.
2488
///
MaxEmptyLinesToKeep
: 1 vs.
MaxEmptyLinesToKeep
: 0
2497
unsigned
MaxEmptyLinesToKeep
;
3329
MaxEmptyLinesToKeep
== R.
MaxEmptyLinesToKeep
&&
Completed in 28 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026