Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1526 bool AfterCaseLabel; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp763 IO.mapOptional("AfterCaseLabel", Wrapping.AfterCaseLabel); in mapping()
915 Expanded.BraceWrapping.AfterCaseLabel = true; in expandPresets()
931 Expanded.BraceWrapping.AfterCaseLabel = true; in expandPresets()
H A DUnwrappedLineParser.cpp2354 Style.BraceWrapping.AfterCaseLabel, in parseLabel()