Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format39 BreakBeforeBinaryOperators: None
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1033 BinaryOperatorStyle BreakBeforeBinaryOperators; member
3417 BreakBeforeBinaryOperators == R.BreakBeforeBinaryOperators &&
/freebsd-13.1/
H A D.clang-format23 BreakBeforeBinaryOperators: None
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp600 Style.BreakBeforeBinaryOperators); in mapping()
1007 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
1231 GoogleStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_NonAssignment; in getGoogleStyle()
1377 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getWebKitStyle()
1397 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All; in getGNUStyle()
H A DTokenAnnotator.cpp4001 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()
4003 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()
4200 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()
4201 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_All || in canBreakBefore()
4210 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_All && in canBreakBefore()
4211 (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()