Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h244 BS_Custom enumerator
/external/clang/docs/
DClangFormatStyleOptions.rst334 If ``BreakBeforeBraces`` is set to ``BS_Custom``, use this to specify how
402 * ``BS_Custom`` (in configuration: ``Custom``)
/external/clang/lib/Format/
DFormat.cpp121 IO.enumCase(Value, "Custom", FormatStyle::BS_Custom); in enumeration()
440 if (Style.BreakBeforeBraces == FormatStyle::BS_Custom) in expandPresets()
/external/clang/unittests/Format/
DFormatTest.cpp2448 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
10330 FormatStyle::BS_Custom); in TEST_F()