Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h236 BS_GNU, enumerator
/external/clang/lib/Format/
DFormat.cpp101 IO.enumCase(Value, "GNU", FormatStyle::BS_GNU); in enumeration()
450 case FormatStyle::BS_GNU: in expandPresets()
660 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in getGNUStyle()
/external/clang/unittests/Format/
DFormatTest.cpp2401 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
9409 GNUBraceStyle.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
9886 CHECK_PARSE("BreakBeforeBraces: GNU", BreakBeforeBraces, FormatStyle::BS_GNU); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst363 * ``BS_GNU`` (in configuration: ``GNU``)