Home
last modified time | relevance | path

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

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