Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.cpp1272 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()
1278 if (Current.isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()
1283 NextNonComment->isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()
H A DFormatTokenLexer.cpp442 Tok->isBinaryOperator(); in precedesOperand()
H A DFormatToken.h636 bool isBinaryOperator() const { in isBinaryOperator() function
H A DTokenAnnotator.cpp1862 } else if (Current.isBinaryOperator() && in determineTokenType()
1886 !Current.Next->isBinaryOperator() && in determineTokenType()
4913 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()
H A DUnwrappedLineParser.cpp714 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()
1795 if (FormatTok->isBinaryOperator()) in parseStructuralElement()