Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h302 BOS_All, enumerator
/external/clang/lib/Format/
DFormat.cpp84 IO.enumCase(Value, "All", FormatStyle::BOS_All); in enumeration()
85 IO.enumCase(Value, "true", FormatStyle::BOS_All); in enumeration()
480 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
497 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
DTokenAnnotator.cpp2098 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
2106 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()
/external/clang/unittests/Format/
DFormatTest.cpp3419 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
8980 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
8986 FormatStyle::BOS_All); in TEST_F()
8991 FormatStyle::BOS_All); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst241 * ``BOS_All`` (in configuration: ``All``)