Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format31 AfterUnion: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1420 bool AfterUnion; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp181 IO.mapOptional("AfterUnion", Wrapping.AfterUnion); in mapping()
1312 Expanded.BraceWrapping.AfterUnion = true; in expandPresetsBraceWrapping()
1331 Expanded.BraceWrapping.AfterUnion = true; in expandPresetsBraceWrapping()
H A DUnwrappedLineParser.cpp971 return Style.BraceWrapping.AfterUnion; in ShouldBreakBeforeBrace()