Home
last modified time | relevance | path

Searched refs:ShortCaseStatementsAlignmentStyle (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h322 struct ShortCaseStatementsAlignmentStyle { struct
396 bool operator==(const ShortCaseStatementsAlignmentStyle &R) const {
415 ShortCaseStatementsAlignmentStyle AlignConsecutiveShortCaseStatements;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp125 struct MappingTraits<FormatStyle::ShortCaseStatementsAlignmentStyle> {
127 FormatStyle::ShortCaseStatementsAlignmentStyle &Value) { in mapping()