Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1436 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()
1442 if (Current.isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()
1446 if (Current.is(tok::comment) && NextNonComment->isBinaryOperator() && in getNewLineColumn()
H A DFormatTokenLexer.cpp574 Tok->isBinaryOperator(); in precedesOperand()
H A DFormatToken.h725 bool isBinaryOperator() const { in isBinaryOperator() function
H A DUnwrappedLineParser.cpp592 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()
1860 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
H A DTokenAnnotator.cpp2067 } else if (Current.isBinaryOperator() && in determineTokenType()
2110 !Current.Next->isBinaryOperator() && in determineTokenType()
5737 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()