OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxEmptyLinesToKeep
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Format/
Format.h
443
unsigned
MaxEmptyLinesToKeep
;
640
MaxEmptyLinesToKeep
== R.
MaxEmptyLinesToKeep
&&
/external/clang/lib/Format/
Format.cpp
299
IO.mapOptional("
MaxEmptyLinesToKeep
", Style.
MaxEmptyLinesToKeep
);
510
LLVMStyle.
MaxEmptyLinesToKeep
= 1;
585
GoogleStyle.
MaxEmptyLinesToKeep
= 3;
[
all
...]
UnwrappedLineFormatter.cpp
[
all
...]
ContinuationIndenter.cpp
503
1u, std::min(Current.NewlinesBefore, Style.
MaxEmptyLinesToKeep
+ 1));
[
all
...]
TokenAnnotator.cpp
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 60 milliseconds