Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp1295 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() && in getNewLineColumn()
1301 if (Current.isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()
1306 NextNonComment->isBinaryOperator() && CurrentState.UnindentOperator) { in getNewLineColumn()
H A DFormatTokenLexer.cpp532 Tok->isBinaryOperator(); in precedesOperand()
H A DFormatToken.h666 bool isBinaryOperator() const { in isBinaryOperator() function
H A DUnwrappedLineParser.cpp735 (NextTok->isBinaryOperator() && !NextIsObjCMethod); in calculateBraceTypes()
1919 if (FormatTok->isBinaryOperator()) in parseStructuralElement()
H A DTokenAnnotator.cpp1918 } else if (Current.isBinaryOperator() && in determineTokenType()
1942 !Current.Next->isBinaryOperator() && in determineTokenType()
5103 if ((Left.isBinaryOperator() || Left.is(TT_BinaryOperator)) && in canBreakBefore()