Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format34 BeforeElse: false
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp210 IO.mapOptional("BeforeElse", Wrapping.BeforeElse); in mapping()
1310 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1324 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1338 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1894 Style.BraceWrapping.BeforeElse = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2819 if (Style.BraceWrapping.BeforeElse) in parseIfThenElse()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1356 bool BeforeElse; member