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.cpp1575 !Current.isBinaryOperator() && in getNewLineColumn()
1581 if (Current.isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()
1585 if (Current.is(tok::comment) && NextNonComment->isBinaryOperator() && in getNewLineColumn()
H A DFormatToken.h777 bool isBinaryOperator() const { in isBinaryOperator() function
H A DFormatTokenLexer.cpp677 Tok->isPlacementOperator() || Tok->isBinaryOperator(); in precedesOperand()
H A DUnwrappedLineParser.cpp599 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()
1882 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
H A DTokenAnnotator.cpp2450 } else if (Current.isBinaryOperator() && in determineTokenType()
2492 !Current.Next->isBinaryOperator() && in determineTokenType()
6427 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()