OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxEmptyLinesToKeep
(Results
1 - 5
of
5
) sorted by relevancy
/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
&&
/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
));
Format.cpp
644
IO.mapOptional("
MaxEmptyLinesToKeep
", Style.
MaxEmptyLinesToKeep
);
1028
LLVMStyle.
MaxEmptyLinesToKeep
= 1;
1202
GoogleStyle.
MaxEmptyLinesToKeep
= 3;
UnwrappedLineFormatter.cpp
1242
std::min(RootToken.NewlinesBefore, Style.
MaxEmptyLinesToKeep
+ 1);
TokenAnnotator.cpp
3514
if (Right.NewlinesBefore > 1 && Style.
MaxEmptyLinesToKeep
> 0)
Completed in 28 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026