Home
last modified time | relevance | path

Searched refs:BreakBeforeBinaryOperators (Results 1 – 12 of 12) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h220 BinaryOperatorStyle BreakBeforeBinaryOperators; member
658 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/external/jsoncpp/
D.clang-format12 BreakBeforeBinaryOperators: false
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format17 BreakBeforeBinaryOperators: NonAssignment
/external/libvpx/libvpx/
D.clang-format36 BreakBeforeBinaryOperators: None
/external/skia/
D.clang-format43 BreakBeforeBinaryOperators: None
/external/clang/unittests/Format/
DFormatTest.cpp3485 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
3554 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
3585 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in TEST_F()
9221 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9227 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
9415 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
9421 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
10246 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
10248 BreakBeforeBinaryOperators, FormatStyle::BOS_NonAssignment); in TEST_F()
10249 CHECK_PARSE("BreakBeforeBinaryOperators: None", BreakBeforeBinaryOperators, in TEST_F()
[all …]
DFormatTestJava.cpp66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
DFormatTestJS.cpp109 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in TEST_F()
/external/clang/lib/Format/
DFormat.cpp289 Style.BreakBeforeBinaryOperators); in mapping()
509 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
605 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()
676 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
694 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
DTokenAnnotator.cpp2381 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
2383 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
2487 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
2488 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
2497 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()
2498 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
DContinuationIndenter.cpp869 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in moveStatePastFakeLParens()
/external/clang/docs/
DClangFormatStyleOptions.rst355 **BreakBeforeBinaryOperators** (``BinaryOperatorStyle``)