Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h1325 BinaryOperatorStyle BreakBeforeBinaryOperators; member
4210 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp887 Style.BreakBeforeBinaryOperators); in mapping()
1356 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
1584 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()
1731 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
1751 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
H A DTokenAnnotator.cpp4849 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
4851 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
5004 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
5005 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
5105 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()
5106 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
H A DContinuationIndenter.cpp785 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()
828 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst852 When ``BreakBeforeBinaryOperators`` is set, the wrapped operator is
864 ``BreakBeforeBinaryOperators`` is set, the operator is un-indented so
1900 **BreakBeforeBinaryOperators** (``BinaryOperatorStyle``) :versionbadge:`clang-format 3.6` :ref:`¶ <