Home
last modified time | relevance | path

Searched refs:BreakBinaryOperations (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2346 BreakBinaryOperationsStyle BreakBinaryOperations; member
5376 BreakBinaryOperations == R.BreakBinaryOperations &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1045 IO.mapOptional("BreakBinaryOperations", Style.BreakBinaryOperations); in mapping()
1573 LLVMStyle.BreakBinaryOperations = FormatStyle::BBO_Never; in getLLVMStyle()
H A DContinuationIndenter.cpp150 return Style.BreakBinaryOperations != FormatStyle::BBO_Never && in mustBreakBinaryOperation()
H A DTokenAnnotator.cpp3241 if (Style.BreakBinaryOperations == FormatStyle::BBO_OnePerLine && in parse()