Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp662 bool BreakBeforeOperator = in addTokenOnCurrentLine() local
672 if ((!BreakBeforeOperator && !(HasTwoOperands && Style.AlignOperands)) || in addTokenOnCurrentLine()
673 (!State.Stack.back().LastOperatorWrapped && BreakBeforeOperator)) in addTokenOnCurrentLine()