Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp189 IO.mapOptional("BeforeElse", Wrapping.BeforeElse); in mapping()
1207 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1222 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1237 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1779 Style.BraceWrapping.BeforeElse = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2794 if (Style.BraceWrapping.BeforeElse) in parseIfThenElse()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h1137 bool BeforeElse; member
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst1742 * ``bool BeforeElse`` Wrap before ``else``.