Home
last modified time | relevance | path

Searched refs:BOS_All (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h216 BOS_All, enumerator
/external/clang/lib/Format/
DFormat.cpp104 IO.enumCase(Value, "All", FormatStyle::BOS_All); in enumeration()
105 IO.enumCase(Value, "true", FormatStyle::BOS_All); in enumeration()
676 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
694 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
DTokenAnnotator.cpp2488 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
2497 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()
/external/clang/unittests/Format/
DFormatTestJS.cpp109 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
DFormatTest.cpp3485 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9221 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9415 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
10246 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
10252 FormatStyle::BOS_All); in TEST_F()
10257 FormatStyle::BOS_All); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst366 * ``BOS_All`` (in configuration: ``All``)