Searched refs:isBinaryOperator (Results 1 – 5 of 5) sorted by relevance
1295 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()1301 if (Current.isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()1306 NextNonComment->isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()
532 Tok->isBinaryOperator(); in precedesOperand()
666 bool isBinaryOperator() const { in isBinaryOperator() function
735 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()1919 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
1918 } else if (Current.isBinaryOperator() && in determineTokenType()1942 !Current.Next->isBinaryOperator() && in determineTokenType()5103 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()