Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libcbor/
HD.clang-format39 BreakBeforeBinaryOperators: None
/freebsd-13-stable/
HD.clang-format22 BreakBeforeBinaryOperators: None
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1729 BinaryOperatorStyle BreakBeforeBinaryOperators; member
5035 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.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()
HDTokenAnnotator.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()
HDBreakableToken.cpp316 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()
HDContinuationIndenter.cpp874 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
917 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()