Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h412 bool AlignCaseColons; member
417 AlignCaseColons == R.AlignCaseColons;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp894 IsExpr ? Option.AlignCaseArrows : Option.AlignCaseColons; in alignConsecutiveShortCaseStatements()
960 if (Style.AlignConsecutiveShortCaseStatements.AlignCaseColons) { in alignConsecutiveShortCaseStatements()
H A DFormat.cpp104 IO.mapOptional("AlignCaseColons", Value.AlignCaseColons); in mapping()