Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format39 BreakBeforeBinaryOperators: None
/freebsd-14.2/
H A D.clang-format23 BreakBeforeBinaryOperators: None
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1617 BinaryOperatorStyle BreakBeforeBinaryOperators; member
4798 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp959 Style.BreakBeforeBinaryOperators); in mapping()
1466 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
1700 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()
1847 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
1867 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
H A DTokenAnnotator.cpp5481 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
5483 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
5635 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
5636 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
5739 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()
5740 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
H A DBreakableToken.cpp316 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()
H A DContinuationIndenter.cpp864 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
907 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()