Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1329 bool AfterCaseLabel; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp172 IO.mapOptional("AfterCaseLabel", Wrapping.AfterCaseLabel); in mapping()
1323 Expanded.BraceWrapping.AfterCaseLabel = true; in expandPresetsBraceWrapping()
1338 Expanded.BraceWrapping.AfterCaseLabel = true; in expandPresetsBraceWrapping()
H A DUnwrappedLineParser.cpp3282 Style.BraceWrapping.AfterCaseLabel, in parseLabel()