Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h260 bool BreakBeforeBinaryOperators; member
378 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/external/clang/lib/Format/
DContinuationIndenter.cpp164 if (!Style.BreakBeforeBinaryOperators) { in mustBreak()
714 Style.BreakBeforeBinaryOperators) || in moveStatePastFakeLParens()
738 !Style.BreakBeforeBinaryOperators)) in moveStatePastFakeLParens()
DFormat.cpp181 Style.BreakBeforeBinaryOperators); in mapping()
317 LLVMStyle.BreakBeforeBinaryOperators = false; in getLLVMStyle()
431 Style.BreakBeforeBinaryOperators = true; in getWebKitStyle()
446 Style.BreakBeforeBinaryOperators = true; in getGNUStyle()
DTokenAnnotator.cpp1800 if (Right.Type == TT_BinaryOperator && Style.BreakBeforeBinaryOperators) in canBreakBefore()
1806 !Style.BreakBeforeBinaryOperators) || in canBreakBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst147 **BreakBeforeBinaryOperators** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp3117 Style.BreakBeforeBinaryOperators = true; in TEST_F()
8120 CHECK_PARSE_BOOL(BreakBeforeBinaryOperators); in TEST_F()