Searched refs:isBinaryOperator (Results 1 – 5 of 5) sorted by relevance
413 bool isBinaryOperator() const { in isBinaryOperator() function
186 Tok->isBinaryOperator(); in precedesOperand()
464 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()1250 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
1329 } else if (Current.isBinaryOperator() && in determineTokenType()1349 !Current.Next->isBinaryOperator() && in determineTokenType()3334 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()
1039 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()