Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format39 BreakBeforeBinaryOperators: None
/freebsd/
H A D.clang-format23 BreakBeforeBinaryOperators: None
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1729 BinaryOperatorStyle BreakBeforeBinaryOperators; member
5035 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp963 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()
H A DTokenAnnotator.cpp5994 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()
H A DBreakableToken.cpp316 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()
H A DContinuationIndenter.cpp874 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
917 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()