Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h213 BOS_All, enumerator
/external/clang/unittests/Format/
DFormatTest.cpp3442 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
8786 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
8980 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9808 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9814 FormatStyle::BOS_All); in TEST_F()
9819 FormatStyle::BOS_All); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp86 IO.enumCase(Value, "All", FormatStyle::BOS_All); in enumeration()
87 IO.enumCase(Value, "true", FormatStyle::BOS_All); in enumeration()
641 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
659 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
DTokenAnnotator.cpp2351 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
2360 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst342 * ``BOS_All`` (in configuration: ``All``)