Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h240 BS_GNU, enumerator
/external/clang/lib/Format/
DFormat.cpp119 IO.enumCase(Value, "GNU", FormatStyle::BS_GNU); in enumeration()
474 case FormatStyle::BS_GNU: in expandPresets()
695 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in getGNUStyle()
/external/clang/unittests/Format/
DFormatTest.cpp2438 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
9844 GNUBraceStyle.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
10326 CHECK_PARSE("BreakBeforeBraces: GNU", BreakBeforeBraces, FormatStyle::BS_GNU); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst394 * ``BS_GNU`` (in configuration: ``GNU``)