Home
last modified time | relevance | path

Searched refs:BS_GNU (Results 1 – 8 of 8) 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/llvm-project/clang/include/clang/Format/
DFormat.h866 BS_GNU, enumerator
/external/llvm-project/clang/lib/Format/
DFormat.cpp187 IO.enumCase(Value, "GNU", FormatStyle::BS_GNU); in enumeration()
817 case FormatStyle::BS_GNU: in expandPresets()
1254 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``)
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp2873 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
13659 GNUBraceStyle.BreakBeforeBraces = FormatStyle::BS_GNU; in TEST_F()
14375 CHECK_PARSE("BreakBeforeBraces: GNU", BreakBeforeBraces, FormatStyle::BS_GNU); in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst1333 * ``BS_GNU`` (in configuration: ``GNU``)