Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h434 ShortCaseStatementsAlignmentStyle AlignConsecutiveShortCaseStatements; member
4993 AlignConsecutiveShortCaseStatements ==
4994 R.AlignConsecutiveShortCaseStatements &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp885 if (!Style.AlignConsecutiveShortCaseStatements.Enabled || in alignConsecutiveShortCaseStatements()
892 const auto &Option = Style.AlignConsecutiveShortCaseStatements; in alignConsecutiveShortCaseStatements()
930 !Style.AlignConsecutiveShortCaseStatements.AcrossEmptyLines; in alignConsecutiveShortCaseStatements()
937 Style.AlignConsecutiveShortCaseStatements.AcrossComments) && in alignConsecutiveShortCaseStatements()
960 if (Style.AlignConsecutiveShortCaseStatements.AlignCaseColons) { in alignConsecutiveShortCaseStatements()
H A DFormat.cpp910 Style.AlignConsecutiveShortCaseStatements); in mapping()
1427 LLVMStyle.AlignConsecutiveShortCaseStatements = {}; in getLLVMStyle()