Searched refs:AlignCaseColons (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h395 bool AlignCaseColons; member in struct:clang::format::ShortCaseStatementsAlignmentStyle
399 AlignCaseColons == R.AlignCaseColons;
412 /// AlignCaseColons: false
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp878 if (Style.AlignConsecutiveShortCaseStatements.AlignCaseColons)
942 if (Style.AlignConsecutiveShortCaseStatements.AlignCaseColons) {
H A DFormat.cpp131 IO.mapOptional("AlignCaseColons", Value.AlignCaseColons);

Completed in 189 milliseconds