Searched refs:isBinaryOperator (Results 1 – 5 of 5) sorted by relevance
1436 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()1442 if (Current.isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()1446 if (Current.is(tok::comment) && NextNonComment->isBinaryOperator() && in getNewLineColumn()
574 Tok->isBinaryOperator(); in precedesOperand()
725 bool isBinaryOperator() const { in isBinaryOperator() function
592 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()1860 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
2067 } else if (Current.isBinaryOperator() && in determineTokenType()2110 !Current.Next->isBinaryOperator() && in determineTokenType()5737 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()