Home
last modified time | relevance | path

Searched refs:isBinaryOperator (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1459 !Current.isBinaryOperator() && in getNewLineColumn()
1465 if (Current.isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()
1469 if (Current.is(tok::comment) && NextNonComment->isBinaryOperator() && in getNewLineColumn()
H A DUnwrappedLineParser.cpp604 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()
1703 Next && Next->isBinaryOperator()) { in parseStructuralElement()
1878 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
H A DFormatTokenLexer.cpp612 Tok->isBinaryOperator(); in precedesOperand()
H A DFormatToken.h775 bool isBinaryOperator() const { in isBinaryOperator() function
H A DTokenAnnotator.cpp2433 } else if (Current.isBinaryOperator() && in determineTokenType()
2476 !Current.Next->isBinaryOperator() && in determineTokenType()
6271 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()