Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp134 bool HasTwoOperands = Token.OperatorIndex == 0 && !Token.NextOperator; in isAlignableBinaryOperator() local
135 return Token.is(TT_BinaryOperator) && !HasTwoOperands && in isAlignableBinaryOperator()
974 bool HasTwoOperands = P->OperatorIndex == 0 && !P->NextOperator && in addTokenOnCurrentLine() local
977 !(HasTwoOperands && in addTokenOnCurrentLine()