Home
last modified time | relevance | path

Searched refs:AfterCaseLabel (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libucl/
H A D.clang-format20 AfterCaseLabel: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1381 bool AfterCaseLabel; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp185 IO.mapOptional("AfterCaseLabel", Wrapping.AfterCaseLabel); in mapping()
1414 Expanded.BraceWrapping.AfterCaseLabel = true; in expandPresetsBraceWrapping()
1429 Expanded.BraceWrapping.AfterCaseLabel = true; in expandPresetsBraceWrapping()
H A DUnwrappedLineParser.cpp3358 Style.BraceWrapping.AfterCaseLabel, in parseLabel()