Home
last modified time | relevance | path

Searched refs:BS_Custom (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestObjC.cpp213 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
243 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
628 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
H A DFormatTestCSharp.cpp1054 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
1263 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
1342 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
H A DFormatTest.cpp510 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
1895 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
2668 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
2802 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
2967 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
3745 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
4365 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
4393 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
4438 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
4587 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
[all …]
H A DFormatTestJava.cpp438 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1358 BS_Custom enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp277 IO.enumCase(Value, "Custom", FormatStyle::BS_Custom); in enumeration()
1045 if (Expanded.BreakBeforeBraces == FormatStyle::BS_Custom) in expandPresetsBraceWrapping()
1628 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in getMicrosoftStyle()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1397 If ``BreakBeforeBraces`` is set to ``BS_Custom``, use this to specify how
2196 * ``BS_Custom`` (in configuration: ``Custom``)