Home
last modified time | relevance | path

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

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