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

/external/clang/include/clang/Format/
H A DFormat.h217 BinaryOperatorStyle BreakBeforeBinaryOperators; member in struct:clang::format::FormatStyle
614 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/external/clang/unittests/Format/
H A DFormatTestJava.cpp66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
H A DFormatTest.cpp3442 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
3511 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
3542 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
8786 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
8792 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
8980 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
8986 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
9808 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
9809 CHECK_PARSE("BreakBeforeBinaryOperators: NonAssignment",
9810 BreakBeforeBinaryOperators, FormatStyl
[all...]
/external/clang/lib/Format/
H A DFormat.cpp270 IO.mapOptional("BreakBeforeBinaryOperators",
271 Style.BreakBeforeBinaryOperators);
485 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None;
575 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment;
641 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
659 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
H A DTokenAnnotator.cpp2350 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None &&
2351 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All ||
2360 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All &&
2361 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None ||
H A DContinuationIndenter.cpp823 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) ||

Completed in 119 milliseconds