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()
577 bool isBinaryOperator() const { in isBinaryOperator() function
475 Tok->isBinaryOperator(); in precedesOperand()
517 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()1405 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
1702 } else if (Current.isBinaryOperator() && in determineTokenType()1722 !Current.Next->isBinaryOperator() && in determineTokenType()4208 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()