Searched refs:isBinaryOperator (Results 1 – 5 of 5) sorted by relevance
1272 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()1278 if (Current.isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()1283 NextNonComment->isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()
442 Tok->isBinaryOperator(); in precedesOperand()
636 bool isBinaryOperator() const { in isBinaryOperator() function
1862 } else if (Current.isBinaryOperator() && in determineTokenType()1886 !Current.Next->isBinaryOperator() && in determineTokenType()4913 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()
714 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()1795 if (FormatTok->isBinaryOperator()) in parseStructuralElement()