Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp6328 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
6413 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
6645 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9625 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9643 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
15027 Tab.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
16968 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
20256 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
20262 FormatStyle::BOS_All); in TEST_F()
20267 FormatStyle::BOS_All); in TEST_F()
[all …]
H A DFormatTestJS.cpp271 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h923 BOS_All, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp259 IO.enumCase(Value, "All", FormatStyle::BOS_All); in enumeration()
260 IO.enumCase(Value, "true", FormatStyle::BOS_All); in enumeration()
1591 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
1611 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
H A DTokenAnnotator.cpp4820 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
4915 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1734 * ``BOS_All`` (in configuration: ``All``)