Searched refs:BreakBeforeBinaryOperators (Results 1 – 6 of 6) sorted by relevance
39 BreakBeforeBinaryOperators: None
1033 BinaryOperatorStyle BreakBeforeBinaryOperators; member3417 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
23 BreakBeforeBinaryOperators: None
600 Style.BreakBeforeBinaryOperators); in mapping()1007 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()1231 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()1377 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()1397 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
4001 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()4003 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()4200 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()4201 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()4210 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()4211 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
691 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()732 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()