Home
last modified time | relevance | path

Searched refs:AcrossEmptyLines (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h202 bool AcrossEmptyLines; member
264 return Enabled == R.Enabled && AcrossEmptyLines == R.AcrossEmptyLines &&
358 bool AcrossEmptyLines; member
414 return Enabled == R.Enabled && AcrossEmptyLines == R.AcrossEmptyLines &&
/freebsd-head/contrib/llvm-project/clang/lib/Format/
HDWhitespaceManager.cpp603 (CurrentChange.NewlinesBefore > 1) && !ACS.AcrossEmptyLines;
788 !Style.AlignConsecutiveMacros.AcrossEmptyLines; in alignConsecutiveMacros()
930 !Style.AlignConsecutiveShortCaseStatements.AcrossEmptyLines; in alignConsecutiveShortCaseStatements()
HDFormat.cpp88 IO.mapOptional("AcrossEmptyLines", Value.AcrossEmptyLines); in mapping()
101 IO.mapOptional("AcrossEmptyLines", Value.AcrossEmptyLines); in mapping()
1419 LLVMStyle.AlignConsecutiveAssignments.AcrossEmptyLines = false; in getLLVMStyle()