Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1004 BinaryOperatorStyle BreakBeforeBinaryOperators; member
3282 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format37 BreakBeforeBinaryOperators: None
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format39 BreakBeforeBinaryOperators: None
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format46 BreakBeforeBinaryOperators: All
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format46 BreakBeforeBinaryOperators: All
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp566 Style.BreakBeforeBinaryOperators); in mapping()
967 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
1184 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()
1330 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
1350 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
H A DTokenAnnotator.cpp3873 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
3875 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
4071 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
4072 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
4081 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()
4082 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
H A DContinuationIndenter.cpp691 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
732 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst565 When ``BreakBeforeBinaryOperators`` is set, the wrapped operator is
577 ``BreakBeforeBinaryOperators`` is set, the operator is un-indented so
1404 **BreakBeforeBinaryOperators** (``BinaryOperatorStyle``)