Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp872 if (!Style.AlignConsecutiveShortCaseStatements.Enabled || in alignConsecutiveShortCaseStatements()
878 if (Style.AlignConsecutiveShortCaseStatements.AlignCaseColons) in alignConsecutiveShortCaseStatements()
912 !Style.AlignConsecutiveShortCaseStatements.AcrossEmptyLines; in alignConsecutiveShortCaseStatements()
919 Style.AlignConsecutiveShortCaseStatements.AcrossComments) && in alignConsecutiveShortCaseStatements()
942 if (Style.AlignConsecutiveShortCaseStatements.AlignCaseColons) { in alignConsecutiveShortCaseStatements()
H A DFormat.cpp911 Style.AlignConsecutiveShortCaseStatements); in mapping()
1421 LLVMStyle.AlignConsecutiveShortCaseStatements = {}; in getLLVMStyle()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h415 ShortCaseStatementsAlignmentStyle AlignConsecutiveShortCaseStatements; member
4762 AlignConsecutiveShortCaseStatements ==
4763 R.AlignConsecutiveShortCaseStatements &&