Searched refs:BreakBeforeBinaryOperators (Results 1 – 9 of 9) sorted by relevance
22 BreakBeforeBinaryOperators: NonAssignment
32 BreakBeforeBinaryOperators: None
39 BreakBeforeBinaryOperators: None
23 BreakBeforeBinaryOperators: None
1781 BinaryOperatorStyle BreakBeforeBinaryOperators; member5370 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
1035 Style.BreakBeforeBinaryOperators); in mapping()1567 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()1823 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()1970 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()1990 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
152 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None in mustBreakBinaryOperation()969 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()1012 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
6142 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()6144 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()6349 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()6350 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()6429 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()6430 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
303 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()