Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1221 bool AfterCaseLabel; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp199 IO.mapOptional("AfterCaseLabel", Wrapping.AfterCaseLabel); in mapping()
1313 Expanded.BraceWrapping.AfterCaseLabel = true; in expandPresetsBraceWrapping()
1328 Expanded.BraceWrapping.AfterCaseLabel = true; in expandPresetsBraceWrapping()
H A DUnwrappedLineParser.cpp3218 Style.BraceWrapping.AfterCaseLabel, in parseLabel()