Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DContinuationIndenter.cpp1142 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()
1147 if (Current.isBinaryOperator() && State.Stack.back().UnindentOperator) in getNewLineColumn()
1151 NextNonComment->isBinaryOperator() && State.Stack.back().UnindentOperator) in getNewLineColumn()
DFormatToken.h577 bool isBinaryOperator() const { in isBinaryOperator() function
DFormatTokenLexer.cpp475 Tok->isBinaryOperator(); in precedesOperand()
DUnwrappedLineParser.cpp517 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()
1405 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
DTokenAnnotator.cpp1702 } else if (Current.isBinaryOperator() && in determineTokenType()
1722 !Current.Next->isBinaryOperator() && in determineTokenType()
4208 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()