Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h240 BS_Custom enumerator
/external/clang/lib/Format/
DFormat.cpp103 IO.enumCase(Value, "Custom", FormatStyle::BS_Custom); in enumeration()
416 if (Style.BreakBeforeBraces == FormatStyle::BS_Custom) in expandPresets()
/external/clang/docs/
DClangFormatStyleOptions.rst369 * ``BS_Custom`` (in configuration: ``Custom``)
/external/clang/unittests/Format/
DFormatTest.cpp2411 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
9890 FormatStyle::BS_Custom); in TEST_F()