Searched refs:isBinaryOperator (Results 1 – 5 of 5) sorted by relevance
1459 !Current.isBinaryOperator() && in getNewLineColumn()1465 if (Current.isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()1469 if (Current.is(tok::comment) && NextNonComment->isBinaryOperator() && in getNewLineColumn()
604 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes() 1703 Next && Next->isBinaryOperator()) { in parseStructuralElement() 1878 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
612 Tok->isBinaryOperator(); in precedesOperand()
775 bool isBinaryOperator() const { in isBinaryOperator() function
2433 } else if (Current.isBinaryOperator() && in determineTokenType()2476 !Current.Next->isBinaryOperator() && in determineTokenType()6271 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()