Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format34 BeforeElse: false
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp183 IO.mapOptional("BeforeElse", Wrapping.BeforeElse); in mapping()
1320 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1334 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1348 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1915 Style.BraceWrapping.BeforeElse = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2877 if (Style.BraceWrapping.BeforeElse) in parseIfThenElse()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1464 bool BeforeElse; member