Searched refs:isBinaryOperator (Results 1 – 5 of 5) sorted by relevance
1142 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()1147 if (Current.isBinaryOperator() && State.Stack.back().UnindentOperator) in getNewLineColumn()1151 NextNonComment->isBinaryOperator() && State.Stack.back().UnindentOperator) in getNewLineColumn()
567 bool isBinaryOperator() const { in isBinaryOperator() function
473 Tok->isBinaryOperator(); in precedesOperand()
517 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()1347 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
1646 } else if (Current.isBinaryOperator() && in determineTokenType()1666 !Current.Next->isBinaryOperator() && in determineTokenType()4079 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()