Home
last modified time | relevance | path

Searched refs:AfterUnion (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libucl/
H A D.clang-format26 AfterUnion: false
/freebsd/contrib/libcbor/
H A D.clang-format31 AfterUnion: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1472 bool AfterUnion; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp194 IO.mapOptional("AfterUnion", Wrapping.AfterUnion); in mapping()
1403 Expanded.BraceWrapping.AfterUnion = true; in expandPresetsBraceWrapping()
1422 Expanded.BraceWrapping.AfterUnion = true; in expandPresetsBraceWrapping()
H A DUnwrappedLineParser.cpp966 return Style.BraceWrapping.AfterUnion; in ShouldBreakBeforeBrace()