Home
last modified time | relevance | path

Searched refs:BreakBeforeBinaryOperators (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h479 BinaryOperatorStyle BreakBeforeBinaryOperators; member
1740 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp361 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()
H A DTokenAnnotator.cpp3134 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()
H A DContinuationIndenter.cpp665 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
705 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()