Searched refs:BreakBeforeBinaryOperators (Results 1 – 7 of 7) sorted by relevance
39 BreakBeforeBinaryOperators: None
23 BreakBeforeBinaryOperators: None
1729 BinaryOperatorStyle BreakBeforeBinaryOperators; member5035 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
963 Style.BreakBeforeBinaryOperators); in mapping()1478 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()1721 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()1868 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()1888 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
5994 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()5996 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()6169 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()6170 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()6273 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()6274 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
316 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()
874 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()917 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()