Home
last modified time | relevance | path

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

/freebsd/contrib/pam-krb5/
H A D.clang-format22 BreakBeforeBinaryOperators: NonAssignment
/freebsd/contrib/libucl/
H A D.clang-format32 BreakBeforeBinaryOperators: None
/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.h1781 BinaryOperatorStyle BreakBeforeBinaryOperators; member
5370 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1035 Style.BreakBeforeBinaryOperators); in mapping()
1567 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
1823 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()
1970 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
1990 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
H A DContinuationIndenter.cpp152 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None in mustBreakBinaryOperation()
969 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
1012 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
H A DTokenAnnotator.cpp6142 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
6144 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
6349 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
6350 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
6429 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()
6430 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
H A DBreakableToken.cpp303 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in BreakableStringLiteralUsingOperators()