Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format34 BeforeElse: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp774 IO.mapOptional("BeforeElse", Wrapping.BeforeElse); in mapping()
912 Expanded.BraceWrapping.BeforeElse = true; in expandPresets()
927 Expanded.BraceWrapping.BeforeElse = true; in expandPresets()
942 Expanded.BraceWrapping.BeforeElse = true; in expandPresets()
1425 Style.BraceWrapping.BeforeElse = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2072 if (Style.BraceWrapping.BeforeElse) in parseIfThenElse()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1659 bool BeforeElse; member