Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp923 IO.mapOptional("BeforeElse", Wrapping.BeforeElse); in mapping()
1085 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1100 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1115 Expanded.BraceWrapping.BeforeElse = true; in expandPresetsBraceWrapping()
1639 Style.BraceWrapping.BeforeElse = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2606 if (Style.BraceWrapping.BeforeElse) in parseIfThenElse()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1555 bool BeforeElse; member
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp3195 Style.BraceWrapping.BeforeElse = true; in TEST_F()
6095 Style.BraceWrapping.BeforeElse = false; in TEST_F()
6110 Style.BraceWrapping.BeforeElse = true; in TEST_F()
20104 CHECK_PARSE_NESTED_BOOL(BraceWrapping, BeforeElse); in TEST_F()
25933 Style.BraceWrapping.BeforeElse = true; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1603 * ``bool BeforeElse`` Wrap before ``else``.