Searched refs:BreakBeforeBinaryOperators (Results 1 – 4 of 4) sorted by relevance
479 BinaryOperatorStyle BreakBeforeBinaryOperators; member1740 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
361 Style.BreakBeforeBinaryOperators); in mapping()644 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()807 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()913 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()932 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
3134 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()3136 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()3326 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()3327 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()3336 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()3337 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
665 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()705 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()