Home
last modified time | relevance | path

Searched refs:BOS_NonAssignment (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h911 BOS_NonAssignment, enumerator
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp6494 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
6529 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
6560 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
6569 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
6634 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
20258 BreakBeforeBinaryOperators, FormatStyle::BOS_NonAssignment); in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp263 IO.enumCase(Value, "NonAssignment", FormatStyle::BOS_NonAssignment); in enumeration()
1445 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1720 * ``BOS_NonAssignment`` (in configuration: ``NonAssignment``)